.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" 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 .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' '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 turned on, 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. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "Gtk2::ToolItem 3pm" .TH Gtk2::ToolItem 3pm "2015-02-24" "perl v5.14.2" "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::ToolItem \- wrapper for GtkToolItem .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 7 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::Widget \& +\-\-\-\-Gtk2::Container \& +\-\-\-\-Gtk2::Bin \& +\-\-\-\-Gtk2::ToolItem .Ve .SH "INTERFACES" .IX Header "INTERFACES" .Vb 3 \& Glib::Object::_Unregistered::AtkImplementorIface \& Gtk2::Buildable \& Gtk2::Activatable .Ve .SH "METHODS" .IX Header "METHODS" .SS "toolitem = Gtk2::ToolItem\->\fBnew\fP" .IX Subsection "toolitem = Gtk2::ToolItem->new" .ie n .SS "ellipsizemode = $tool_item\->\fBget_ellipsize_mode\fP" .el .SS "ellipsizemode = \f(CW$tool_item\fP\->\fBget_ellipsize_mode\fP" .IX Subsection "ellipsizemode = $tool_item->get_ellipsize_mode" Since: gtk+ 2.20 .ie n .SS "boolean = $tool_item\->\fBget_expand\fP" .el .SS "boolean = \f(CW$tool_item\fP\->\fBget_expand\fP" .IX Subsection "boolean = $tool_item->get_expand" .ie n .SS "$tool_item\->\fBset_expand\fP ($expand)" .el .SS "\f(CW$tool_item\fP\->\fBset_expand\fP ($expand)" .IX Subsection "$tool_item->set_expand ($expand)" .IP "\(bu" 4 \&\f(CW$expand\fR (boolean) .ie n .SS "boolean = $tool_item\->\fBget_homogeneous\fP" .el .SS "boolean = \f(CW$tool_item\fP\->\fBget_homogeneous\fP" .IX Subsection "boolean = $tool_item->get_homogeneous" .ie n .SS "$tool_item\->\fBset_homogeneous\fP ($homogeneous)" .el .SS "\f(CW$tool_item\fP\->\fBset_homogeneous\fP ($homogeneous)" .IX Subsection "$tool_item->set_homogeneous ($homogeneous)" .IP "\(bu" 4 \&\f(CW$homogeneous\fR (boolean) .ie n .SS "iconsize = $tool_item\->\fBget_icon_size\fP" .el .SS "iconsize = \f(CW$tool_item\fP\->\fBget_icon_size\fP" .IX Subsection "iconsize = $tool_item->get_icon_size" .ie n .SS "boolean = $tool_item\->\fBget_is_important\fP" .el .SS "boolean = \f(CW$tool_item\fP\->\fBget_is_important\fP" .IX Subsection "boolean = $tool_item->get_is_important" .ie n .SS "$tool_item\->\fBset_is_important\fP ($is_important)" .el .SS "\f(CW$tool_item\fP\->\fBset_is_important\fP ($is_important)" .IX Subsection "$tool_item->set_is_important ($is_important)" .IP "\(bu" 4 \&\f(CW$is_important\fR (boolean) .ie n .SS "orientation = $tool_item\->\fBget_orientation\fP" .el .SS "orientation = \f(CW$tool_item\fP\->\fBget_orientation\fP" .IX Subsection "orientation = $tool_item->get_orientation" .ie n .SS "widget = $tool_item\->\fBget_proxy_menu_item\fP ($menu_item_id)" .el .SS "widget = \f(CW$tool_item\fP\->\fBget_proxy_menu_item\fP ($menu_item_id)" .IX Subsection "widget = $tool_item->get_proxy_menu_item ($menu_item_id)" .IP "\(bu" 4 \&\f(CW$menu_item_id\fR (string) .ie n .SS "$tool_item\->\fBset_proxy_menu_item\fP ($menu_item_id, $menu_item)" .el .SS "\f(CW$tool_item\fP\->\fBset_proxy_menu_item\fP ($menu_item_id, \f(CW$menu_item\fP)" .IX Subsection "$tool_item->set_proxy_menu_item ($menu_item_id, $menu_item)" .IP "\(bu" 4 \&\f(CW$menu_item_id\fR (string) .IP "\(bu" 4 \&\f(CW$menu_item\fR (Gtk2::Widget or undef) .ie n .SS "$tool_item\->\fBrebuild_menu\fP" .el .SS "\f(CW$tool_item\fP\->\fBrebuild_menu\fP" .IX Subsection "$tool_item->rebuild_menu" Since: gtk+ 2.6 .ie n .SS "reliefstyle = $tool_item\->\fBget_relief_style\fP" .el .SS "reliefstyle = \f(CW$tool_item\fP\->\fBget_relief_style\fP" .IX Subsection "reliefstyle = $tool_item->get_relief_style" .ie n .SS "widget = $tool_item\->\fBretrieve_proxy_menu_item\fP" .el .SS "widget = \f(CW$tool_item\fP\->\fBretrieve_proxy_menu_item\fP" .IX Subsection "widget = $tool_item->retrieve_proxy_menu_item" .ie n .SS "double = $tool_item\->\fBget_text_alignment\fP" .el .SS "double = \f(CW$tool_item\fP\->\fBget_text_alignment\fP" .IX Subsection "double = $tool_item->get_text_alignment" Since: gtk+ 2.20 .ie n .SS "orientation = $tool_item\->\fBget_text_orientation\fP" .el .SS "orientation = \f(CW$tool_item\fP\->\fBget_text_orientation\fP" .IX Subsection "orientation = $tool_item->get_text_orientation" Since: gtk+ 2.20 .ie n .SS "sizegroup = $tool_item\->\fBget_text_size_group\fP" .el .SS "sizegroup = \f(CW$tool_item\fP\->\fBget_text_size_group\fP" .IX Subsection "sizegroup = $tool_item->get_text_size_group" Since: gtk+ 2.20 .ie n .SS "$tool_item\->\fBtoolbar_reconfigured\fP" .el .SS "\f(CW$tool_item\fP\->\fBtoolbar_reconfigured\fP" .IX Subsection "$tool_item->toolbar_reconfigured" Since: gtk+ 2.14 .ie n .SS "toolbarstyle = $tool_item\->\fBget_toolbar_style\fP" .el .SS "toolbarstyle = \f(CW$tool_item\fP\->\fBget_toolbar_style\fP" .IX Subsection "toolbarstyle = $tool_item->get_toolbar_style" .ie n .SS "$tool_item\->\fBset_tooltip_markup\fP ($markup)" .el .SS "\f(CW$tool_item\fP\->\fBset_tooltip_markup\fP ($markup)" .IX Subsection "$tool_item->set_tooltip_markup ($markup)" .IP "\(bu" 4 \&\f(CW$markup\fR (string or undef) .PP Since: gtk+ 2.12 .ie n .SS "$tool_item\->\fBset_tooltip\fP ($tooltips, $tip_text, $tip_private)" .el .SS "\f(CW$tool_item\fP\->\fBset_tooltip\fP ($tooltips, \f(CW$tip_text\fP, \f(CW$tip_private\fP)" .IX Subsection "$tool_item->set_tooltip ($tooltips, $tip_text, $tip_private)" .IP "\(bu" 4 \&\f(CW$tooltips\fR (Gtk2::Tooltips) .IP "\(bu" 4 \&\f(CW$tip_text\fR (string) .IP "\(bu" 4 \&\f(CW$tip_private\fR (string) .ie n .SS "$tool_item\->\fBset_tooltip_text\fP ($text)" .el .SS "\f(CW$tool_item\fP\->\fBset_tooltip_text\fP ($text)" .IX Subsection "$tool_item->set_tooltip_text ($text)" .IP "\(bu" 4 \&\f(CW$text\fR (string or undef) .PP Since: gtk+ 2.12 .ie n .SS "boolean = $toolitem\->\fBget_use_drag_window\fP" .el .SS "boolean = \f(CW$toolitem\fP\->\fBget_use_drag_window\fP" .IX Subsection "boolean = $toolitem->get_use_drag_window" .ie n .SS "$toolitem\->\fBset_use_drag_window\fP ($use_drag_window)" .el .SS "\f(CW$toolitem\fP\->\fBset_use_drag_window\fP ($use_drag_window)" .IX Subsection "$toolitem->set_use_drag_window ($use_drag_window)" .IP "\(bu" 4 \&\f(CW$use_drag_window\fR (boolean) .ie n .SS "boolean = $toolitem\->\fBget_visible_horizontal\fP" .el .SS "boolean = \f(CW$toolitem\fP\->\fBget_visible_horizontal\fP" .IX Subsection "boolean = $toolitem->get_visible_horizontal" .ie n .SS "$toolitem\->\fBset_visible_horizontal\fP ($visible_horizontal)" .el .SS "\f(CW$toolitem\fP\->\fBset_visible_horizontal\fP ($visible_horizontal)" .IX Subsection "$toolitem->set_visible_horizontal ($visible_horizontal)" .IP "\(bu" 4 \&\f(CW$visible_horizontal\fR (boolean) .ie n .SS "boolean = $toolitem\->\fBget_visible_vertical\fP" .el .SS "boolean = \f(CW$toolitem\fP\->\fBget_visible_vertical\fP" .IX Subsection "boolean = $toolitem->get_visible_vertical" .ie n .SS "$toolitem\->\fBset_visible_vertical\fP ($visible_vertical)" .el .SS "\f(CW$toolitem\fP\->\fBset_visible_vertical\fP ($visible_vertical)" .IX Subsection "$toolitem->set_visible_vertical ($visible_vertical)" .IP "\(bu" 4 \&\f(CW$visible_vertical\fR (boolean) .SH "PROPERTIES" .IX Header "PROPERTIES" .IP "'is\-important' (boolean : default false : readable / writable / private)" 4 .IX Item "'is-important' (boolean : default false : readable / writable / private)" Whether the toolbar item is considered important. When \s-1TRUE\s0, toolbar buttons show text in \s-1GTK_TOOLBAR_BOTH_HORIZ\s0 mode .IP "'visible\-horizontal' (boolean : default true : readable / writable / private)" 4 .IX Item "'visible-horizontal' (boolean : default true : readable / writable / private)" Whether the toolbar item is visible when the toolbar is in a horizontal orientation. .IP "'visible\-vertical' (boolean : default true : readable / writable / private)" 4 .IX Item "'visible-vertical' (boolean : default true : readable / writable / private)" Whether the toolbar item is visible when the toolbar is in a vertical orientation. .SH "SIGNALS" .IX Header "SIGNALS" .IP "boolean = \fBcreate-menu-proxy\fR (Gtk2::ToolItem)" 4 .IX Item "boolean = create-menu-proxy (Gtk2::ToolItem)" .PD 0 .IP "\fBtoolbar-reconfigured\fR (Gtk2::ToolItem)" 4 .IX Item "toolbar-reconfigured (Gtk2::ToolItem)" .IP "boolean = \fBset-tooltip\fR (Gtk2::ToolItem, Gtk2::Tooltips, string, string)" 4 .IX Item "boolean = set-tooltip (Gtk2::ToolItem, Gtk2::Tooltips, string, string)" .PD .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "enum Gtk2::IconSize" .IX Subsection "enum Gtk2::IconSize" .IP "\(bu" 4 \&'invalid' / '\s-1GTK_ICON_SIZE_INVALID\s0' .IP "\(bu" 4 \&'menu' / '\s-1GTK_ICON_SIZE_MENU\s0' .IP "\(bu" 4 \&'small\-toolbar' / '\s-1GTK_ICON_SIZE_SMALL_TOOLBAR\s0' .IP "\(bu" 4 \&'large\-toolbar' / '\s-1GTK_ICON_SIZE_LARGE_TOOLBAR\s0' .IP "\(bu" 4 \&'button' / '\s-1GTK_ICON_SIZE_BUTTON\s0' .IP "\(bu" 4 \&'dnd' / '\s-1GTK_ICON_SIZE_DND\s0' .IP "\(bu" 4 \&'dialog' / '\s-1GTK_ICON_SIZE_DIALOG\s0' .SS "enum Gtk2::Orientation" .IX Subsection "enum Gtk2::Orientation" .IP "\(bu" 4 \&'horizontal' / '\s-1GTK_ORIENTATION_HORIZONTAL\s0' .IP "\(bu" 4 \&'vertical' / '\s-1GTK_ORIENTATION_VERTICAL\s0' .SS "enum Gtk2::ReliefStyle" .IX Subsection "enum Gtk2::ReliefStyle" .IP "\(bu" 4 \&'normal' / '\s-1GTK_RELIEF_NORMAL\s0' .IP "\(bu" 4 \&'half' / '\s-1GTK_RELIEF_HALF\s0' .IP "\(bu" 4 \&'none' / '\s-1GTK_RELIEF_NONE\s0' .SS "enum Gtk2::ToolbarStyle" .IX Subsection "enum Gtk2::ToolbarStyle" .IP "\(bu" 4 \&'icons' / '\s-1GTK_TOOLBAR_ICONS\s0' .IP "\(bu" 4 \&'text' / '\s-1GTK_TOOLBAR_TEXT\s0' .IP "\(bu" 4 \&'both' / '\s-1GTK_TOOLBAR_BOTH\s0' .IP "\(bu" 4 \&'both\-horiz' / '\s-1GTK_TOOLBAR_BOTH_HORIZ\s0' .SS "enum Pango::EllipsizeMode" .IX Subsection "enum Pango::EllipsizeMode" .IP "\(bu" 4 \&'none' / '\s-1PANGO_ELLIPSIZE_NONE\s0' .IP "\(bu" 4 \&'start' / '\s-1PANGO_ELLIPSIZE_START\s0' .IP "\(bu" 4 \&'middle' / '\s-1PANGO_ELLIPSIZE_MIDDLE\s0' .IP "\(bu" 4 \&'end' / '\s-1PANGO_ELLIPSIZE_END\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL\s0. See Gtk2 for a full notice.