Gtk::VButtonBox
class Gtk::VButtonBox
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::VButtonBox.new
- Creates a new vertical 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::HButtonBox - Pack buttons horizontally
Keyword(s):
References:[api-gtk-index] [Ruby/GTK] [Gtk::ButtonBox] [Gtk::HButtonBox] [Gtk::VButtonBox] [ruby-gtk-object-hierarchy] [tut-gtk2-contwidg] [tut-gtk2-btt-bttbox] [index-ruby-gtk2]