Border

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

Constructors

this
this(GtkBorder* gtkBorder)

Sets our main struct and passes it to the parent class.

this
this()

Allocates a new #GtkBorder-struct and initializes its elements to zero.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
Border copy()

Copies a #GtkBorder-struct.

free
void free()

Frees a #GtkBorder-struct.

getBorderStruct
GtkBorder* getBorderStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

gtkBorder
GtkBorder* gtkBorder;

the main Gtk struct

Meta