GtkBorder

A struct that specifies a border around a rectangular area.

Each side can have different width.

Members

Variables

bottom
short bottom;

The width of the bottom border

left
short left;

The width of the left border

right
short right;

The width of the right border

top
short top;

The width of the top border