Container for arranging buttons in a column.
A button box can be used to provide a consistent layout of buttons through an application. A GtkVButtonBox arranges buttons in a column.
Adding buttons to a GtkVButtonBox is done the same way widgets are added to other containers, using add() . The pack_start and pack_end methods work exactly as add() , adding widgets according to the current layout style and depending on whether the child button has had set_child_secondary() called on it.
The spacing between buttons can be set with set_spacing() . The arrangement and layout of the buttons can be changed with set_layout() .
void GtkVButtonBox ();-- Creates a new GtkVButtonBox.
get_layout_default() DEPRECATED Returns the layout style used to arrange the buttons in the box. get_spacing_default() DEPRECATED Returns the default spacing between buttons in the box. set_layout_default() DEPRECATED Sets the default layout style used to arrange buttons in the box. set_spacing_default() DEPRECATED Sets the default spacing between buttons in the box.