.\" -*- 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::ToolShell 3" .TH Gtk2::ToolShell 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::ToolShell \- wrapper for GtkToolShell .SH HIERARCHY .IX Header "HIERARCHY" .Vb 2 \& Glib::Interface \& +\-\-\-\-Gtk2::ToolShell .Ve .SH METHODS .IX Header "METHODS" .ie n .SS "ellipsizemode = $shell\->\fBget_ellipsize_mode\fP" .el .SS "ellipsizemode = \f(CW$shell\fP\->\fBget_ellipsize_mode\fP" .IX Subsection "ellipsizemode = $shell->get_ellipsize_mode" Since: gtk+ 2.20 .ie n .SS "iconsize = $shell\->\fBget_icon_size\fP" .el .SS "iconsize = \f(CW$shell\fP\->\fBget_icon_size\fP" .IX Subsection "iconsize = $shell->get_icon_size" .ie n .SS "orientation = $shell\->\fBget_orientation\fP" .el .SS "orientation = \f(CW$shell\fP\->\fBget_orientation\fP" .IX Subsection "orientation = $shell->get_orientation" .ie n .SS $shell\->\fBrebuild_menu\fP .el .SS \f(CW$shell\fP\->\fBrebuild_menu\fP .IX Subsection "$shell->rebuild_menu" .ie n .SS "reliefstyle = $shell\->\fBget_relief_style\fP" .el .SS "reliefstyle = \f(CW$shell\fP\->\fBget_relief_style\fP" .IX Subsection "reliefstyle = $shell->get_relief_style" .ie n .SS "toolbarstyle = $shell\->\fBget_style\fP" .el .SS "toolbarstyle = \f(CW$shell\fP\->\fBget_style\fP" .IX Subsection "toolbarstyle = $shell->get_style" .ie n .SS "double = $shell\->\fBget_text_alignment\fP" .el .SS "double = \f(CW$shell\fP\->\fBget_text_alignment\fP" .IX Subsection "double = $shell->get_text_alignment" Since: gtk+ 2.20 .ie n .SS "orientation = $shell\->\fBget_text_orientation\fP" .el .SS "orientation = \f(CW$shell\fP\->\fBget_text_orientation\fP" .IX Subsection "orientation = $shell->get_text_orientation" Since: gtk+ 2.20 .ie n .SS "sizegroup or undef = $shell\->\fBget_text_size_group\fP" .el .SS "sizegroup or undef = \f(CW$shell\fP\->\fBget_text_size_group\fP" .IX Subsection "sizegroup or undef = $shell->get_text_size_group" Since: gtk+ 2.20 .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::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' .SS "enum Pango::EllipsizeMode" .IX Subsection "enum Pango::EllipsizeMode" .IP \(bu 4 \&'none' / 'PANGO_ELLIPSIZE_NONE' .IP \(bu 4 \&'start' / 'PANGO_ELLIPSIZE_START' .IP \(bu 4 \&'middle' / 'PANGO_ELLIPSIZE_MIDDLE' .IP \(bu 4 \&'end' / 'PANGO_ELLIPSIZE_END' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Interface .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.