Border

A struct that specifies a border around a rectangular area that can be of different width on each side.

Members

Functions

copy
gtk.border.Border copy()

Copies a #GtkBorder-struct.

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