Gtk2::Toolbar man page on aLinux
[printable version]
Gtk2::Toolbar(3) User Contributed Perl Documentation Gtk2::Toolbar(3)
NAME
Gtk2::Toolbar
HIERARCHY
Glib::Object
+----Glib::InitiallyUnowned
+----Gtk2::Object
+----Gtk2::Widget
+----Gtk2::Container
+----Gtk2::Toolbar
INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface
METHODS
widget = Gtk2::Toolbar->new
widget = $toolbar->append_element ($type, $widget, $text,
$tooltip_text, $tooltip_private_text, $icon, $callback=undef,
$user_data=undef)
· $type (Gtk2::ToolbarChildType)
· $widget (Gtk2::Widget or undef)
· $text (string)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $icon (Gtk2::Widget or undef)
· $callback (subroutine)
· $user_data (scalar)
widget = $toolbar->append_item ($text, $tooltip_text,
$tooltip_private_text, $icon, $callback=undef, $user_data=undef)
· $text (string)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $icon (Gtk2::Widget or undef)
· $callback (subroutine)
· $user_data (scalar)
$toolbar->append_space
$toolbar->append_widget ($widget, $tooltip_text, $tooltip_private_text)
· $widget (Gtk2::Widget)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
$toolbar->set_drop_highlight_item ($tool_item, $index)
· $tool_item (Gtk2::ToolItem or undef)
· $index (integer)
integer = $toolbar->get_drop_index ($x, $y)
· $x (integer)
· $y (integer)
iconsize = $toolbar->get_icon_size
$toolbar->set_icon_size ($icon_size)
· $icon_size (Gtk2::IconSize)
$toolbar->insert ($item, $pos)
· $item (Gtk2::ToolItem)
· $pos (integer)
widget = $toolbar->insert_element ($type, $widget, $text,
$tooltip_text, $tooltip_private_text, $icon, $callback, $user_data,
$position)
· $type (Gtk2::ToolbarChildType)
· $widget (Gtk2::Widget or undef)
· $text (string)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $icon (Gtk2::Widget or undef)
· $callback (subroutine)
· $user_data (scalar)
· $position (integer)
widget = $toolbar->insert_item ($text, $tooltip_text,
$tooltip_private_text, $icon, $callback, $user_data, $position)
· $text (string)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $icon (Gtk2::Widget or undef)
· $callback (subroutine)
· $user_data (scalar)
· $position (integer)
$toolbar->insert_space ($position)
· $position (integer)
widget = $toolbar->insert_stock ($stock_id, $tooltip_text,
$tooltip_private_text, $callback, $user_data, $position)
· $stock_id (string)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $callback (subroutine)
· $user_data (scalar)
· $position (integer)
$toolbar->insert_widget ($widget, $tooltip_text, $tooltip_private_text,
$position)
· $widget (Gtk2::Widget)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $position (integer)
integer = $toolbar->get_item_index ($item)
· $item (Gtk2::ToolItem)
integer = $toolbar->get_n_items
toolitem or undef = $toolbar->get_nth_item ($n)
· $n (integer)
orientation = $toolbar->get_orientation
$toolbar->set_orientation ($orientation)
· $orientation (Gtk2::Orientation)
widget = $toolbar->prepend_element ($type, $widget, $text,
$tooltip_text, $tooltip_private_text, $icon, $callback=undef,
$user_data=undef)
· $type (Gtk2::ToolbarChildType)
· $widget (Gtk2::Widget or undef)
· $text (string)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $icon (Gtk2::Widget or undef)
· $callback (subroutine)
· $user_data (scalar)
widget = $toolbar->prepend_item ($text, $tooltip_text,
$tooltip_private_text, $icon, $callback=undef, $user_data=undef)
· $text (string)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
· $icon (Gtk2::Widget or undef)
· $callback (subroutine)
· $user_data (scalar)
$toolbar->prepend_space
$toolbar->prepend_widget ($widget, $tooltip_text,
$tooltip_private_text)
· $widget (Gtk2::Widget)
· $tooltip_text (string or undef)
· $tooltip_private_text (string or undef)
reliefstyle = $toolbar->get_relief_style
$toolbar->remove_space ($position)
· $position (integer)
boolean = $toolbar->get_show_arrow
$toolbar->set_show_arrow ($show_arrow)
· $show_arrow (boolean)
toolbarstyle = $toolbar->get_style
$toolbar->set_style ($style)
· $style (Gtk2::ToolbarStyle)
boolean = $toolbar->get_tooltips
$toolbar->set_tooltips ($enable)
· $enable (boolean)
$toolbar->unset_icon_size
$toolbar->unset_style
PROPERTIES
'icon-size' (Gtk2::IconSize : readable / writable / private)
Size of icons in this toolbar
'icon-size-set' (boolean : readable / writable / private)
Whether the icon-size property has been set
'orientation' (Gtk2::Orientation : readable / writable / private)
The orientation of the toolbar
'show-arrow' (boolean : readable / writable / private)
If an arrow should be shown if the toolbar doesn't fit
'toolbar-style' (Gtk2::ToolbarStyle : readable / writable / private)
How to draw the toolbar
'tooltips' (boolean : readable / writable / private)
Whether or not the tooltips of the toolbar should be active
SIGNALS
boolean = move-focus (Gtk2::Toolbar, Gtk2::DirectionType)
orientation-changed (Gtk2::Toolbar, Gtk2::Orientation)
style-changed (Gtk2::Toolbar, Gtk2::ToolbarStyle)
boolean = popup-context-menu (Gtk2::Toolbar, integer, integer, integer)
boolean = focus-home-or-end (Gtk2::Toolbar, boolean)
ENUMS AND FLAGS
enum Gtk2::DirectionType
· 'tab-forward' / 'GTK_DIR_TAB_FORWARD'
· 'tab-backward' / 'GTK_DIR_TAB_BACKWARD'
· 'up' / 'GTK_DIR_UP'
· 'down' / 'GTK_DIR_DOWN'
· 'left' / 'GTK_DIR_LEFT'
· 'right' / 'GTK_DIR_RIGHT'
enum Gtk2::IconSize
· 'invalid' / 'GTK_ICON_SIZE_INVALID'
· 'menu' / 'GTK_ICON_SIZE_MENU'
· 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR'
· 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR'
· 'button' / 'GTK_ICON_SIZE_BUTTON'
· 'dnd' / 'GTK_ICON_SIZE_DND'
· 'dialog' / 'GTK_ICON_SIZE_DIALOG'
enum Gtk2::Orientation
· 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
· 'vertical' / 'GTK_ORIENTATION_VERTICAL'
enum Gtk2::ReliefStyle
· 'normal' / 'GTK_RELIEF_NORMAL'
· 'half' / 'GTK_RELIEF_HALF'
· 'none' / 'GTK_RELIEF_NONE'
enum Gtk2::ToolbarChildType
· 'space' / 'GTK_TOOLBAR_CHILD_SPACE'
· 'button' / 'GTK_TOOLBAR_CHILD_BUTTON'
· 'togglebutton' / 'GTK_TOOLBAR_CHILD_TOGGLEBUTTON'
· 'radiobutton' / 'GTK_TOOLBAR_CHILD_RADIOBUTTON'
· 'widget' / 'GTK_TOOLBAR_CHILD_WIDGET'
enum Gtk2::ToolbarStyle
· 'icons' / 'GTK_TOOLBAR_ICONS'
· 'text' / 'GTK_TOOLBAR_TEXT'
· 'both' / 'GTK_TOOLBAR_BOTH'
· 'both-horiz' / 'GTK_TOOLBAR_BOTH_HORIZ'
SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
Gtk2::Container
COPYRIGHT
Copyright (C) 2003-2006 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
perl v5.10.0 2008-08-29 Gtk2::Toolbar(3)
[top]
List of man pages available for aLinux
Copyright (c) for man pages and the logo by the respective OS vendor.
For those who want to learn more, the polarhome community provides shell access and support.
[legal]
[privacy]
[GNU]
[policy]
[cookies]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
|
Vote for polarhome
|