Struct
GtkBorder
Description [src]
struct GtkBorder {
gint16 left;
gint16 right;
gint16 top;
gint16 bottom;
}
Specifies a border around a rectangular area.
Each side can have a different width.
Structure members
left:
gint16
The width of the left border.
right:
gint16
The width of the right border.
top:
gint16
The width of the top border.
bottom:
gint16
The width of the bottom border.