Documentation
Dlang.org
TableGidBuilderImpl
gtk
table
Fluent builder implementation template for
gtk.table.Table
class
TableGidBuilderImpl : gtk.container.ContainerGidBuilderImpl!T(
T
) {
T
columnSpacing
(uint propval);
T
homogeneous
(bool propval);
T
nColumns
(uint propval);
T
nRows
(uint propval);
T
rowSpacing
(uint propval);
}
Members
Functions
columnSpacing
T
columnSpacing
(uint propval)
homogeneous
T
homogeneous
(bool propval)
nColumns
T
nColumns
(uint propval)
nRows
T
nRows
(uint propval)
rowSpacing
T
rowSpacing
(uint propval)
gtk
table
classes
Table
TableGidBuilder
TableGidBuilderImpl
Fluent builder implementation template for gtk.table.Table