Border

A struct that specifies a border around a rectangular area.

Each side can have different width.

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Allocates a new gtk.border.Border struct and initializes its elements to zero.

Members

Functions

cPtr
void* cPtr(Flag!"Dup" dup)
copy
gtk.border.Border copy()

Copies a gtk.border.Border.

self
Border self()

Returns this, for use in with statements.

Properties

bottom
short bottom [@property getter]

Get field bottom.

bottom
short bottom [@property setter]

Set field bottom.

gType
GType gType [@property getter]
left
short left [@property getter]

Get field left.

left
short left [@property setter]

Set field left.

right
short right [@property getter]

Get field right.

right
short right [@property setter]

Set field right.

top
short top [@property getter]

Get field top.

top
short top [@property setter]

Set field top.

Static functions

getGType
GType getGType()

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.