gtk.border

Module for [Border] struct

struct Border

Types 1

structBorder

A struct that specifies a border around a rectangular area.

Each side can have different width.

Fields
short leftThe width of the left border
short rightThe width of the right border
short topThe width of the top border
short bottomThe width of the bottom border
Methods
GType _gType() @property
void * boxCopy()
gtk.border.Border copy()Copies a [gtk.border.Border]. Returns: a copy of border_.