gtk-sharp
Gtk.Container+ContainerChild
A child of a , used to interact with its container child properties.
Constructor
To be added.
To be added.
To be added.
To be added.
Property
Gtk.ChildProperty("expand")
System.Boolean
The "expand" property for the child
the child's "expand" property
See for more details about child properties.
Property
Gtk.ChildProperty("fill")
System.Boolean
The "fill" property for the child
the child's "fill" property
See for more details about child properties.
Property
Gtk.ChildProperty("pack-type")
Gtk.PackType
The child's pack type (start or end)
a
See for more details about child properties.
Property
Gtk.ChildProperty("padding")
System.UInt32
The child's padding
the padding
See for more details about child properties.
Property
Gtk.ChildProperty("position")
System.Int32
The child's position in the
The Child's position.
The child's position in the parent reflects the order it was added in. Children with lower position values appear closer to the end they were packed onto. Children with higher position values appear closer to the center, or the opposite end.