gtkButtonBoxGetLayout(object)
gtkButtonBoxGetChildSize(object)
gtkButtonBoxGetChildIpadding(object)
gtkButtonBoxGetChildSecondary(object, child)
gtkButtonBoxSetLayout(object, layout.style)
gtkButtonBoxSetChildSize(object, min.width, min.height)
gtkButtonBoxSetChildIpadding(object, ipad.x, ipad.y)
gtkButtonBoxSetChildSecondary(object, child, is.secondary)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkButtonBox +----GtkHButtonBox +----GtkVButtonBox
GtkBuildable
and GtkOrientable
.GtkHButtonBox
and GtkVButtonBox
widgets.
gtkButtonBoxGetChildSize
retrieves the minimum width and height
for widgets in a given button box. gtkButtonBoxSetChildSize
allows those properties to be changed. The internal padding of buttons can be retrieved and changed per button box using
gtkButtonBoxGetChildIpadding
and gtkButtonBoxSetChildIpadding
respectively.
gtkButtonBoxGetSpacing()
and gtkButtonBoxSetSpacing()
retrieve and
change default number of pixels between buttons, respectively.
gtkButtonBoxGetLayout
and gtkButtonBoxSetLayout
retrieve and alter the method
used to spread the buttons in a button box across the container, respectively. The main purpose of GtkButtonBox is to make sure the children have all the same size.
Therefore it ignores the homogeneous property which it inherited from GtkBox, and always
behaves as if homogeneous was TRUE
.child-internal-pad-x
[integer : Read]child-internal-pad-y
[integer : Read]child-min-height
[integer : Read]child-min-width
[integer : Read]