module/class index - library_index

Gtk::Toolbar

Class Description

A class correspond to GtkToolbar in GTK.

Super Class

Constants

SPACE_EMPTY
[no descrption]
SPACE_LINE
[no descrption]

Class Methods

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_TEXTfor style.

Instance Methods

append_element(type, widget, text, tooltip_text, tooltip_private_text, icon) {...} [***]
[no descrption]
append_item(text, tooltip_text, tooltip_private_text, icon) {...} [***]
[no descrption]
append_space
[no descrption]
append_widget(widget, tooltip_text, tooltip_private_text)
[no descrption]
insert_element(type, widget, text, tooltip_text, tooltip_private_text, icon, position) {...} [***]
[no descrption]
insert_item(text, tooltip_text, tooltip_private_text, icon, position) {...} [***]
[no descrption]
insert_space(position)
[no descrption]
insert_widget(widget, tooltip_text, tooltip_private_text, position)
[no descrption]
prepend_element(type, widget, text, tooltip_text, tooltip_private_text, icon) {...} [***]
[no descrption]
prepend_item(text, tooltip_text, tooltip_private_text, icon) {...} [***]
[no descrption]
prepend_space
[no descrption]
prepend_widget(widget, tooltip_text, tooltip_private_text)
[no descrption]
set_button_relief(relief)
get_button_relief

This is setter/getter methods and will be changed to button_relief=, button_relief.

set_orientation(orientation)
[no descrption]
set_space_size(space_size)
[no descrption]
set_space_style(space_style)
[no descrption]
set_style(style)
[no descrption]
set_tooltips(enable)
[no descrption]

module/class index - library_index

Generated at Wed Oct 20 03:52:31 JST 1999 by rubyapi2