BorderStyle
Description:
[ CCode ( cprefix = "GTK_BORDER_STYLE_" , type_id = "gtk_border_style_get_type ()" ) ]
public enum BorderStyle
Describes how the border of a UI element should be rendered.
Content:
Enum values:
- DASHED - A series of square-ended dashes
- DOTTED - A series of round dots
- DOUBLE - Two parallel lines with some space
between them
- GROOVE - Looks as if it were carved in the
canvas
- HIDDEN - Same as
gtk_border_style_none
- INSET - Looks as if the content is sunken
into the canvas
- NONE - No visible border
- OUTSET - Looks as if the content is coming
out of the canvas
- RIDGE - Looks as if it were coming out of the
canvas
- SOLID - A single line segment