.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Gtk2::Toolbar 3" .TH Gtk2::Toolbar 3 2023-07-25 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Gtk2::Toolbar \- wrapper for GtkToolbar .SH HIERARCHY .IX Header "HIERARCHY" .Vb 6 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::Widget \& +\-\-\-\-Gtk2::Container \& +\-\-\-\-Gtk2::Toolbar .Ve .SH INTERFACES .IX Header "INTERFACES" .Vb 4 \& Glib::Object::_Unregistered::AtkImplementorIface \& Gtk2::Buildable \& Gtk2::ToolShell \& Gtk2::Orientable .Ve .SH METHODS .IX Header "METHODS" .SS "widget = Gtk2::Toolbar\->\fBnew\fP" .IX Subsection "widget = Gtk2::Toolbar->new" .ie n .SS "widget = $toolbar\->\fBappend_element\fP ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .el .SS "widget = \f(CW$toolbar\fP\->\fBappend_element\fP ($type, \f(CW$widget\fP, \f(CW$text\fP, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$icon\fP, \f(CW$callback\fP=undef, \f(CW$user_data\fP=undef)" .IX Subsection "widget = $toolbar->append_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .IP \(bu 4 \&\f(CW$type\fR (Gtk2::ToolbarChildType) .IP \(bu 4 \&\f(CW$widget\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$text\fR (string) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$icon\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$callback\fR (subroutine) .IP \(bu 4 \&\f(CW$user_data\fR (scalar) .ie n .SS "widget = $toolbar\->\fBappend_item\fP ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .el .SS "widget = \f(CW$toolbar\fP\->\fBappend_item\fP ($text, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$icon\fP, \f(CW$callback\fP=undef, \f(CW$user_data\fP=undef)" .IX Subsection "widget = $toolbar->append_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .IP \(bu 4 \&\f(CW$text\fR (string) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$icon\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$callback\fR (subroutine) .IP \(bu 4 \&\f(CW$user_data\fR (scalar) .ie n .SS $toolbar\->\fBappend_space\fP .el .SS \f(CW$toolbar\fP\->\fBappend_space\fP .IX Subsection "$toolbar->append_space" .ie n .SS "$toolbar\->\fBappend_widget\fP ($widget, $tooltip_text, $tooltip_private_text)" .el .SS "\f(CW$toolbar\fP\->\fBappend_widget\fP ($widget, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP)" .IX Subsection "$toolbar->append_widget ($widget, $tooltip_text, $tooltip_private_text)" .IP \(bu 4 \&\f(CW$widget\fR (Gtk2::Widget) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .ie n .SS "$toolbar\->\fBset_drop_highlight_item\fP ($tool_item, $index)" .el .SS "\f(CW$toolbar\fP\->\fBset_drop_highlight_item\fP ($tool_item, \f(CW$index\fP)" .IX Subsection "$toolbar->set_drop_highlight_item ($tool_item, $index)" .IP \(bu 4 \&\f(CW$tool_item\fR (Gtk2::ToolItem or undef) .IP \(bu 4 \&\f(CW$index\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "integer = $toolbar\->\fBget_drop_index\fP ($x, $y)" .el .SS "integer = \f(CW$toolbar\fP\->\fBget_drop_index\fP ($x, \f(CW$y\fP)" .IX Subsection "integer = $toolbar->get_drop_index ($x, $y)" .IP \(bu 4 \&\f(CW$x\fR (integer) .IP \(bu 4 \&\f(CW$y\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "iconsize = $toolbar\->\fBget_icon_size\fP" .el .SS "iconsize = \f(CW$toolbar\fP\->\fBget_icon_size\fP" .IX Subsection "iconsize = $toolbar->get_icon_size" .ie n .SS "$toolbar\->\fBset_icon_size\fP ($icon_size)" .el .SS "\f(CW$toolbar\fP\->\fBset_icon_size\fP ($icon_size)" .IX Subsection "$toolbar->set_icon_size ($icon_size)" .IP \(bu 4 \&\f(CW$icon_size\fR (Gtk2::IconSize) .ie n .SS "$toolbar\->\fBinsert\fP ($item, $pos)" .el .SS "\f(CW$toolbar\fP\->\fBinsert\fP ($item, \f(CW$pos\fP)" .IX Subsection "$toolbar->insert ($item, $pos)" .IP \(bu 4 \&\f(CW$item\fR (Gtk2::ToolItem) .IP \(bu 4 \&\f(CW$pos\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "widget = $toolbar\->\fBinsert_element\fP ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position)" .el .SS "widget = \f(CW$toolbar\fP\->\fBinsert_element\fP ($type, \f(CW$widget\fP, \f(CW$text\fP, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$icon\fP, \f(CW$callback\fP, \f(CW$user_data\fP, \f(CW$position\fP)" .IX Subsection "widget = $toolbar->insert_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position)" .IP \(bu 4 \&\f(CW$type\fR (Gtk2::ToolbarChildType) .IP \(bu 4 \&\f(CW$widget\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$text\fR (string) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$icon\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$callback\fR (subroutine) .IP \(bu 4 \&\f(CW$user_data\fR (scalar) .IP \(bu 4 \&\f(CW$position\fR (integer) .ie n .SS "widget = $toolbar\->\fBinsert_item\fP ($text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position)" .el .SS "widget = \f(CW$toolbar\fP\->\fBinsert_item\fP ($text, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$icon\fP, \f(CW$callback\fP, \f(CW$user_data\fP, \f(CW$position\fP)" .IX Subsection "widget = $toolbar->insert_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position)" .IP \(bu 4 \&\f(CW$text\fR (string) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$icon\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$callback\fR (subroutine) .IP \(bu 4 \&\f(CW$user_data\fR (scalar) .IP \(bu 4 \&\f(CW$position\fR (integer) .ie n .SS "$toolbar\->\fBinsert_space\fP ($position)" .el .SS "\f(CW$toolbar\fP\->\fBinsert_space\fP ($position)" .IX Subsection "$toolbar->insert_space ($position)" .IP \(bu 4 \&\f(CW$position\fR (integer) .ie n .SS "widget = $toolbar\->\fBinsert_stock\fP ($stock_id, $tooltip_text, $tooltip_private_text, $callback, $user_data, $position)" .el .SS "widget = \f(CW$toolbar\fP\->\fBinsert_stock\fP ($stock_id, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$callback\fP, \f(CW$user_data\fP, \f(CW$position\fP)" .IX Subsection "widget = $toolbar->insert_stock ($stock_id, $tooltip_text, $tooltip_private_text, $callback, $user_data, $position)" .IP \(bu 4 \&\f(CW$stock_id\fR (string) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$callback\fR (subroutine) .IP \(bu 4 \&\f(CW$user_data\fR (scalar) .IP \(bu 4 \&\f(CW$position\fR (integer) .ie n .SS "$toolbar\->\fBinsert_widget\fP ($widget, $tooltip_text, $tooltip_private_text, $position)" .el .SS "\f(CW$toolbar\fP\->\fBinsert_widget\fP ($widget, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$position\fP)" .IX Subsection "$toolbar->insert_widget ($widget, $tooltip_text, $tooltip_private_text, $position)" .IP \(bu 4 \&\f(CW$widget\fR (Gtk2::Widget) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$position\fR (integer) .ie n .SS "integer = $toolbar\->\fBget_item_index\fP ($item)" .el .SS "integer = \f(CW$toolbar\fP\->\fBget_item_index\fP ($item)" .IX Subsection "integer = $toolbar->get_item_index ($item)" .IP \(bu 4 \&\f(CW$item\fR (Gtk2::ToolItem) .PP Since: gtk+ 2.4 .ie n .SS "integer = $toolbar\->\fBget_n_items\fP" .el .SS "integer = \f(CW$toolbar\fP\->\fBget_n_items\fP" .IX Subsection "integer = $toolbar->get_n_items" Since: gtk+ 2.4 .ie n .SS "toolitem or undef = $toolbar\->\fBget_nth_item\fP ($n)" .el .SS "toolitem or undef = \f(CW$toolbar\fP\->\fBget_nth_item\fP ($n)" .IX Subsection "toolitem or undef = $toolbar->get_nth_item ($n)" .IP \(bu 4 \&\f(CW$n\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "orientation = $toolbar\->\fBget_orientation\fP" .el .SS "orientation = \f(CW$toolbar\fP\->\fBget_orientation\fP" .IX Subsection "orientation = $toolbar->get_orientation" .ie n .SS "$toolbar\->\fBset_orientation\fP ($orientation)" .el .SS "\f(CW$toolbar\fP\->\fBset_orientation\fP ($orientation)" .IX Subsection "$toolbar->set_orientation ($orientation)" .IP \(bu 4 \&\f(CW$orientation\fR (Gtk2::Orientation) .ie n .SS "widget = $toolbar\->\fBprepend_element\fP ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .el .SS "widget = \f(CW$toolbar\fP\->\fBprepend_element\fP ($type, \f(CW$widget\fP, \f(CW$text\fP, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$icon\fP, \f(CW$callback\fP=undef, \f(CW$user_data\fP=undef)" .IX Subsection "widget = $toolbar->prepend_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .IP \(bu 4 \&\f(CW$type\fR (Gtk2::ToolbarChildType) .IP \(bu 4 \&\f(CW$widget\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$text\fR (string) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$icon\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$callback\fR (subroutine) .IP \(bu 4 \&\f(CW$user_data\fR (scalar) .ie n .SS "widget = $toolbar\->\fBprepend_item\fP ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .el .SS "widget = \f(CW$toolbar\fP\->\fBprepend_item\fP ($text, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP, \f(CW$icon\fP, \f(CW$callback\fP=undef, \f(CW$user_data\fP=undef)" .IX Subsection "widget = $toolbar->prepend_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef)" .IP \(bu 4 \&\f(CW$text\fR (string) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .IP \(bu 4 \&\f(CW$icon\fR (Gtk2::Widget or undef) .IP \(bu 4 \&\f(CW$callback\fR (subroutine) .IP \(bu 4 \&\f(CW$user_data\fR (scalar) .ie n .SS $toolbar\->\fBprepend_space\fP .el .SS \f(CW$toolbar\fP\->\fBprepend_space\fP .IX Subsection "$toolbar->prepend_space" .ie n .SS "$toolbar\->\fBprepend_widget\fP ($widget, $tooltip_text, $tooltip_private_text)" .el .SS "\f(CW$toolbar\fP\->\fBprepend_widget\fP ($widget, \f(CW$tooltip_text\fP, \f(CW$tooltip_private_text\fP)" .IX Subsection "$toolbar->prepend_widget ($widget, $tooltip_text, $tooltip_private_text)" .IP \(bu 4 \&\f(CW$widget\fR (Gtk2::Widget) .IP \(bu 4 \&\f(CW$tooltip_text\fR (string or undef) .IP \(bu 4 \&\f(CW$tooltip_private_text\fR (string or undef) .ie n .SS "reliefstyle = $toolbar\->\fBget_relief_style\fP" .el .SS "reliefstyle = \f(CW$toolbar\fP\->\fBget_relief_style\fP" .IX Subsection "reliefstyle = $toolbar->get_relief_style" Since: gtk+ 2.4 .ie n .SS "$toolbar\->\fBremove_space\fP ($position)" .el .SS "\f(CW$toolbar\fP\->\fBremove_space\fP ($position)" .IX Subsection "$toolbar->remove_space ($position)" .IP \(bu 4 \&\f(CW$position\fR (integer) .ie n .SS "boolean = $toolbar\->\fBget_show_arrow\fP" .el .SS "boolean = \f(CW$toolbar\fP\->\fBget_show_arrow\fP" .IX Subsection "boolean = $toolbar->get_show_arrow" Since: gtk+ 2.4 .ie n .SS "$toolbar\->\fBset_show_arrow\fP ($show_arrow)" .el .SS "\f(CW$toolbar\fP\->\fBset_show_arrow\fP ($show_arrow)" .IX Subsection "$toolbar->set_show_arrow ($show_arrow)" .IP \(bu 4 \&\f(CW$show_arrow\fR (boolean) .PP Since: gtk+ 2.4 .ie n .SS "toolbarstyle = $toolbar\->\fBget_style\fP" .el .SS "toolbarstyle = \f(CW$toolbar\fP\->\fBget_style\fP" .IX Subsection "toolbarstyle = $toolbar->get_style" .ie n .SS "$toolbar\->\fBset_style\fP ($style)" .el .SS "\f(CW$toolbar\fP\->\fBset_style\fP ($style)" .IX Subsection "$toolbar->set_style ($style)" .IP \(bu 4 \&\f(CW$style\fR (Gtk2::ToolbarStyle) .ie n .SS "boolean = $toolbar\->\fBget_tooltips\fP" .el .SS "boolean = \f(CW$toolbar\fP\->\fBget_tooltips\fP" .IX Subsection "boolean = $toolbar->get_tooltips" .ie n .SS "$toolbar\->\fBset_tooltips\fP ($enable)" .el .SS "\f(CW$toolbar\fP\->\fBset_tooltips\fP ($enable)" .IX Subsection "$toolbar->set_tooltips ($enable)" .IP \(bu 4 \&\f(CW$enable\fR (boolean) .ie n .SS $toolbar\->\fBunset_icon_size\fP .el .SS \f(CW$toolbar\fP\->\fBunset_icon_size\fP .IX Subsection "$toolbar->unset_icon_size" .ie n .SS $toolbar\->\fBunset_style\fP .el .SS \f(CW$toolbar\fP\->\fBunset_style\fP .IX Subsection "$toolbar->unset_style" .SH PROPERTIES .IX Header "PROPERTIES" .IP "'icon\-size' (integer : default 3 : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'icon-size' (integer : default 3 : readable / writable / private / static-nick / static-blurb)" Size of icons in this toolbar .IP "'icon\-size\-set' (boolean : default false : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'icon-size-set' (boolean : default false : readable / writable / private / static-nick / static-blurb)" Whether the icon-size property has been set .IP "'show\-arrow' (boolean : default true : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'show-arrow' (boolean : default true : readable / writable / private / static-nick / static-blurb)" If an arrow should be shown if the toolbar doesn't fit .IP "'toolbar\-style' (Gtk2::ToolbarStyle : default ""both"" : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'toolbar-style' (Gtk2::ToolbarStyle : default ""both"" : readable / writable / private / static-nick / static-blurb)" How to draw the toolbar .IP "'tooltips' (boolean : default true : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'tooltips' (boolean : default true : readable / writable / private / static-nick / static-blurb)" If the tooltips of the toolbar should be active or not .SH "CHILD PROPERTIES" .IX Header "CHILD PROPERTIES" .IP "'expand' (boolean : default false : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'expand' (boolean : default false : readable / writable / private / static-nick / static-blurb)" Whether the item should receive extra space when the toolbar grows .IP "'homogeneous' (boolean : default false : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'homogeneous' (boolean : default false : readable / writable / private / static-nick / static-blurb)" Whether the item should be the same size as other homogeneous items .SH "STYLE PROPERTIES" .IX Header "STYLE PROPERTIES" .IP "'button\-relief' (Gtk2::ReliefStyle : default ""none"" : readable / private / static-nick / static-blurb)" 4 .IX Item "'button-relief' (Gtk2::ReliefStyle : default ""none"" : readable / private / static-nick / static-blurb)" Type of bevel around toolbar buttons .IP "'internal\-padding' (integer : default 0 : readable / private / static-nick / static-blurb)" 4 .IX Item "'internal-padding' (integer : default 0 : readable / private / static-nick / static-blurb)" Amount of border space between the toolbar shadow and the buttons .IP "'max\-child\-expand' (integer : default INT_MAX : readable / private / static-nick / static-blurb)" 4 .IX Item "'max-child-expand' (integer : default INT_MAX : readable / private / static-nick / static-blurb)" Maximum amount of space an expandable item will be given .IP "'shadow\-type' (Gtk2::ShadowType : default ""out"" : readable / private / static-nick / static-blurb)" 4 .IX Item "'shadow-type' (Gtk2::ShadowType : default ""out"" : readable / private / static-nick / static-blurb)" Style of bevel around the toolbar .IP "'space\-size' (integer : default 12 : readable / private / static-nick / static-blurb)" 4 .IX Item "'space-size' (integer : default 12 : readable / private / static-nick / static-blurb)" Size of spacers .IP "'space\-style' (Gtk2::ToolbarSpaceStyle : default ""line"" : readable / private / static-nick / static-blurb)" 4 .IX Item "'space-style' (Gtk2::ToolbarSpaceStyle : default ""line"" : readable / private / static-nick / static-blurb)" Whether spacers are vertical lines or just blank .SH SIGNALS .IX Header "SIGNALS" .IP "boolean = \fBfocus-home-or-end\fR (Gtk2::Toolbar, boolean)" 4 .IX Item "boolean = focus-home-or-end (Gtk2::Toolbar, boolean)" .PD 0 .IP "\fBorientation-changed\fR (Gtk2::Toolbar, Gtk2::Orientation)" 4 .IX Item "orientation-changed (Gtk2::Toolbar, Gtk2::Orientation)" .IP "boolean = \fBpopup-context-menu\fR (Gtk2::Toolbar, integer, integer, integer)" 4 .IX Item "boolean = popup-context-menu (Gtk2::Toolbar, integer, integer, integer)" .IP "\fBstyle-changed\fR (Gtk2::Toolbar, Gtk2::ToolbarStyle)" 4 .IX Item "style-changed (Gtk2::Toolbar, Gtk2::ToolbarStyle)" .PD .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "enum Gtk2::IconSize" .IX Subsection "enum Gtk2::IconSize" .IP \(bu 4 \&'invalid' / 'GTK_ICON_SIZE_INVALID' .IP \(bu 4 \&'menu' / 'GTK_ICON_SIZE_MENU' .IP \(bu 4 \&'small\-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' .IP \(bu 4 \&'large\-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' .IP \(bu 4 \&'button' / 'GTK_ICON_SIZE_BUTTON' .IP \(bu 4 \&'dnd' / 'GTK_ICON_SIZE_DND' .IP \(bu 4 \&'dialog' / 'GTK_ICON_SIZE_DIALOG' .SS "enum Gtk2::Orientation" .IX Subsection "enum Gtk2::Orientation" .IP \(bu 4 \&'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' .IP \(bu 4 \&'vertical' / 'GTK_ORIENTATION_VERTICAL' .SS "enum Gtk2::ReliefStyle" .IX Subsection "enum Gtk2::ReliefStyle" .IP \(bu 4 \&'normal' / 'GTK_RELIEF_NORMAL' .IP \(bu 4 \&'half' / 'GTK_RELIEF_HALF' .IP \(bu 4 \&'none' / 'GTK_RELIEF_NONE' .SS "enum Gtk2::ToolbarChildType" .IX Subsection "enum Gtk2::ToolbarChildType" .IP \(bu 4 \&'space' / 'GTK_TOOLBAR_CHILD_SPACE' .IP \(bu 4 \&'button' / 'GTK_TOOLBAR_CHILD_BUTTON' .IP \(bu 4 \&'togglebutton' / 'GTK_TOOLBAR_CHILD_TOGGLEBUTTON' .IP \(bu 4 \&'radiobutton' / 'GTK_TOOLBAR_CHILD_RADIOBUTTON' .IP \(bu 4 \&'widget' / 'GTK_TOOLBAR_CHILD_WIDGET' .SS "enum Gtk2::ToolbarStyle" .IX Subsection "enum Gtk2::ToolbarStyle" .IP \(bu 4 \&'icons' / 'GTK_TOOLBAR_ICONS' .IP \(bu 4 \&'text' / 'GTK_TOOLBAR_TEXT' .IP \(bu 4 \&'both' / 'GTK_TOOLBAR_BOTH' .IP \(bu 4 \&'both\-horiz' / 'GTK_TOOLBAR_BOTH_HORIZ' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the LGPL. See Gtk2 for a full notice.