gtk.border

Module for [Border] struct

struct Border

Types 1

structBorder

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

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 #GtkBorder-struct. Returns: a copy of border_.