Gtk::HButtonBox
class Gtk::HButtonBox
A button box should be used to provide a consistent layout of buttons throughout your application. The layout/spacing can be altered by the programmer, or if desired, by the user to alter the 'feel' of a program to a small degree.
Class Methods
Gtk::HButtonBox.new
- Creates a new horizontal button box. Returns: a new button box
Instance Methods
ref_accessible
- See Atk::Implementor#ref_accessible.
add_child
- See Gtk::Buildable#add_child.
construct_child
- See Gtk::Buildable#construct_child.
get_internal_child
- See Gtk::Buildable#get_internal_child.
name
- See Gtk::Buildable#name.
name=
- See Gtk::Buildable#name=.
set_buildable_property
- See Gtk::Buildable#set_buildable_property.
set_name
- See Gtk::Buildable#set_name.
builder_name
- See Gtk::Buildable#builder_name.
builder_name=
- See Gtk::Buildable#builder_name=.
set_builder_name
- See Gtk::Buildable#set_builder_name.
See Also
- Gtk::Box - Used to pack widgets into button boxes.
- Gtk::ButtonBox - Provides functions for controlling button boxes.
- Gtk::VButtonBox - Pack buttons vertically.
Keyword(s):
References:[api-gtk-index] [ruby-gtk-object-hierarchy] [Gtk::ButtonBox] [tut-gtk2-dialog-custom] [index-ruby-gtk2] [tut-gtk2-btt-bttbox] [Gtk::HButtonBox] [Gtk::Dialog] [Ruby/GTK] [Gtk::VButtonBox] [tut-gtk2-contwidg]