![]() |
![]() |
A button box should be used to provide a consistent layout of buttons throughout your application. There is one default layout and a default spacing value that are persistant across all ButtonBox widgets.
Public Member Functions | ||||
int | get_child_ipadding_x () const | |||
int | get_child_ipadding_y () const | |||
int | get_child_min_height () const | |||
int | get_child_min_width () const | |||
bool | get_child_secondary (const Gtk::Widget& child) const | |||
Returns whether child should appear in a secondary group of children. | ||||
ButtonBoxStyle | get_layout () const | |||
const GtkButtonBox* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GtkButtonBox* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_child_ipadding_x (const int& value) | |||
void | set_child_ipadding_y (const int& value) | |||
void | set_child_min_height (const int& value) | |||
void | set_child_min_width (const int& value) | |||
void | set_child_secondary (Widget& child, bool is_secondary=true) | |||
Sets whether child should appear in a secondary group of children. | ||||
void | set_layout (ButtonBoxStyle layout_style) | |||
virtual | ~ButtonBox () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gtk::ButtonBox* | wrap (GtkButtonBox* object, bool take_copy=false) | |||
|
virtual Gtk::ButtonBox::~ButtonBox | ( | ) | [virtual] |
int Gtk::ButtonBox::get_child_ipadding_x | ( | ) | const |
int Gtk::ButtonBox::get_child_ipadding_y | ( | ) | const |
int Gtk::ButtonBox::get_child_min_height | ( | ) | const |
int Gtk::ButtonBox::get_child_min_width | ( | ) | const |
bool Gtk::ButtonBox::get_child_secondary | ( | const Gtk::Widget& | child | ) | const |
Returns whether child should appear in a secondary group of children.
child | A child of widget . |
ButtonBoxStyle Gtk::ButtonBox::get_layout | ( | ) | const |
const GtkButtonBox* Gtk::ButtonBox::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Box.
Reimplemented in Gtk::VButtonBox, and Gtk::HButtonBox.
GtkButtonBox* Gtk::ButtonBox::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Box.
Reimplemented in Gtk::VButtonBox, and Gtk::HButtonBox.
void Gtk::ButtonBox::set_child_ipadding_x | ( | const int & | value | ) |
void Gtk::ButtonBox::set_child_ipadding_y | ( | const int & | value | ) |
void Gtk::ButtonBox::set_child_min_height | ( | const int & | value | ) |
void Gtk::ButtonBox::set_child_min_width | ( | const int & | value | ) |
void Gtk::ButtonBox::set_child_secondary | ( | Widget& | child, | |
bool | is_secondary = true | |||
) |
Sets whether child should appear in a secondary group of children.
A typical use of a secondary child is the help button in a dialog.
This group appears after the other children if the style is Gtk::BUTTONBOX_START, Gtk::BUTTONBOX_SPREAD or Gtk::BUTTONBOX_EDGE, and before the the other children if the style is Gtk::BUTTONBOX_END. For horizontal button boxes, the definition of before/after depends on direction of the widget (see Gtk::Widget::set_direction()). If the style is Gtk::BUTTONBOX_START or Gtk::BUTTONBOX_END, then the secondary children are aligned at the other end of the button box from the main children. For the other styles, they appear immediately next to the main children.
child | A child of widget . | |
is_secondary | If true , the child appears in a secondary group of the button box. |
void Gtk::ButtonBox::set_layout | ( | ButtonBoxStyle | layout_style | ) |
Gtk::ButtonBox* wrap | ( | GtkButtonBox * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |