gtk.table_child

Module for [TableChild] class

Types 1

Fields
GtkTableChild _cInstance
Methods
void * _cPtr() nothrow
gtk.widget.Widget widget() @property nothrow
void widget(gtk.widget.Widget propval) @property nothrow
ushort leftAttach() @property nothrow
void leftAttach(ushort propval) @property nothrow
ushort rightAttach() @property nothrow
void rightAttach(ushort propval) @property nothrow
ushort topAttach() @property nothrow
void topAttach(ushort propval) @property nothrow
ushort bottomAttach() @property nothrow
void bottomAttach(ushort propval) @property nothrow
ushort xpadding() @property nothrow
void xpadding(ushort propval) @property nothrow
ushort ypadding() @property nothrow
void ypadding(ushort propval) @property nothrow
uint xexpand() @property nothrow
void xexpand(uint propval) @property nothrow
uint yexpand() @property nothrow
void yexpand(uint propval) @property nothrow
uint xshrink() @property nothrow
void xshrink(uint propval) @property nothrow
uint yshrink() @property nothrow
void yshrink(uint propval) @property nothrow
uint xfill() @property nothrow
void xfill(uint propval) @property nothrow
uint yfill() @property nothrow
void yfill(uint propval) @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)