GtkBorder

A struct that specifies a border around a rectangular area that can be of different width on each side. gint16 left; The width of the left border gint16 right; The width of the right border gint16 top; The width of the top border gint16 bottom; The width of the bottom border

Members

Variables

bottom
short bottom;
Undocumented in source.
left
short left;
Undocumented in source.
right
short right;
Undocumented in source.
top
short top;
Undocumented in source.

Meta