Module: Gtk::BorderStyle

Defined in:
(unknown)

Constant Summary collapse

NONE =

No visible border

0 or :none
HIDDEN =

Same as %GTK_BORDER_STYLE_NONE

1 or :hidden
SOLID =

A single line segment

2 or :solid
INSET =

Looks as if the content is sunken into the canvas

3 or :inset
OUTSET =

Looks as if the content is coming out of the canvas

4 or :outset
DOTTED =

A series of round dots

5 or :dotted
DASHED =

A series of square-ended dashes

6 or :dashed
DOUBLE =

Two parallel lines with some space between them

7 or :double
GROOVE =

Looks as if it were carved in the canvas

8 or :groove
RIDGE =

Looks as if it were coming out of the canvas

9 or :ridge