GtkBorderStyle

Describes how the border of a UI element should be rendered.

Values

ValueMeaning
NONE0

No visible border

HIDDEN1

Same as %GTK_BORDER_STYLE_NONE

SOLID2

A single line segment

INSET3

Looks as if the content is sunken into the canvas

OUTSET4

Looks as if the content is coming out of the canvas

DOTTED5

A series of round dots

DASHED6

A series of square-ended dashes

DOUBLE7

Two parallel lines with some space between them

GROOVE8

Looks as if it were carved in the canvas

RIDGE9

Looks as if it were coming out of the canvas

Meta