A class correspond to GtkToolbar in GTK.
SPACE_EMPTY
SPACE_LINE
new(orientation=Gtk::ORIENTATION_HORIZONTAL
, style=Gtk::TOOLBAR_BOTH
)
You can specify
Gtk::ORIENTATION_HORIZONTAL
,
Gtk::ORIENTATION_VERTICAL
,
for
orientation,
and
Gtk::TOOLBAR_BOTH
,
Gtk::TOOLBAR_ICONS
,
Gtk::TOOLBAR_TEXT
for
style.
append_element(type, widget,
text, tooltip_text, tooltip_private_text,
icon) {...}
[***]
append_item(text, tooltip_text, tooltip_private_text,
icon) {...}
[***]
append_space
append_widget(widget, tooltip_text, tooltip_private_text)
insert_element(type, widget,
text, tooltip_text, tooltip_private_text,
icon, position) {...}
[***]
insert_item(text,
tooltip_text, tooltip_private_text,
icon, position) {...}
[***]
insert_space(position)
insert_widget(widget, tooltip_text, tooltip_private_text, position)
prepend_element(type, widget,
text, tooltip_text, tooltip_private_text,
icon) {...}
[***]
prepend_item(text, tooltip_text, tooltip_private_text, icon)
{...}
[***]
prepend_space
prepend_widget(widget, tooltip_text, tooltip_private_text)
set_button_relief(relief)
get_button_relief
This is setter/getter methods and will be changed to button_relief=, button_relief.
set_orientation(orientation)
set_space_size(space_size)
set_space_style(space_style)
set_style(style)
set_tooltips(enable)
Generated at Wed Oct 20 03:52:31 JST 1999 by rubyapi2