Module: Gtk::BorderStyle

Defined in:
(unknown)

Constant Summary collapse

NONE =

No visible border

0 or :none
SOLID =

A single line segment

1 or :solid
INSET =

Looks as if the content is sunken into the canvas

2 or :inset
OUTSET =

Looks as if the content is coming out of the canvas

3 or :outset
HIDDEN =

Same as GTK_BORDER_STYLE_NONE

4 or :hidden
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