Border

A struct that specifies a border around a rectangular area.

Each side can have different width.

Members

Functions

copy
gtk.border.Border copy()

Copies a gtk.border.Border.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

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