|
NAMEGtk2::Toolbar - wrapper for GtkToolbarHIERARCHYGlib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Toolbar INTERFACESGlib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::ToolShell Gtk2::Orientable METHODSwidget = Gtk2::Toolbar->newwidget = $toolbar->append_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)
widget = $toolbar->append_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)
$toolbar->append_space$toolbar->append_widget ($widget, $tooltip_text, $tooltip_private_text)
$toolbar->set_drop_highlight_item ($tool_item, $index)
Since: gtk+ 2.4 integer = $toolbar->get_drop_index ($x, $y)
Since: gtk+ 2.4 iconsize = $toolbar->get_icon_size$toolbar->set_icon_size ($icon_size)
$toolbar->insert ($item, $pos)
Since: gtk+ 2.4 widget = $toolbar->insert_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position)
widget = $toolbar->insert_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position)
$toolbar->insert_space ($position)
widget = $toolbar->insert_stock ($stock_id, $tooltip_text, $tooltip_private_text, $callback, $user_data, $position)
$toolbar->insert_widget ($widget, $tooltip_text, $tooltip_private_text, $position)
integer = $toolbar->get_item_index ($item)
Since: gtk+ 2.4 integer = $toolbar->get_n_itemsSince: gtk+ 2.4toolitem or undef = $toolbar->get_nth_item ($n)
Since: gtk+ 2.4 orientation = $toolbar->get_orientation$toolbar->set_orientation ($orientation)
widget = $toolbar->prepend_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)
widget = $toolbar->prepend_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)
$toolbar->prepend_space$toolbar->prepend_widget ($widget, $tooltip_text, $tooltip_private_text)
reliefstyle = $toolbar->get_relief_styleSince: gtk+ 2.4$toolbar->remove_space ($position)
boolean = $toolbar->get_show_arrowSince: gtk+ 2.4$toolbar->set_show_arrow ($show_arrow)
Since: gtk+ 2.4 toolbarstyle = $toolbar->get_style$toolbar->set_style ($style)
boolean = $toolbar->get_tooltips$toolbar->set_tooltips ($enable)
$toolbar->unset_icon_size$toolbar->unset_stylePROPERTIES
CHILD PROPERTIES
STYLE PROPERTIES
SIGNALS
ENUMS AND FLAGSenum Gtk2::IconSize
enum Gtk2::Orientation
enum Gtk2::ReliefStyle
enum Gtk2::ToolbarChildType
enum Gtk2::ToolbarStyle
SEE ALSOGtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::ContainerCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |