Provided by: libgtk2-perl-doc_1.24992-1build1_all
NAME
Gtk2::ToolShell - wrapper for GtkToolShell
HIERARCHY
Glib::Interface +----Gtk2::ToolShell
METHODS
ellipsizemode = $shell->get_ellipsize_mode Since: gtk+ 2.20 iconsize = $shell->get_icon_size orientation = $shell->get_orientation $shell->rebuild_menu reliefstyle = $shell->get_relief_style toolbarstyle = $shell->get_style double = $shell->get_text_alignment Since: gtk+ 2.20 orientation = $shell->get_text_orientation Since: gtk+ 2.20 sizegroup or undef = $shell->get_text_size_group Since: gtk+ 2.20
ENUMS AND FLAGS
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::ToolbarStyle • 'icons' / 'GTK_TOOLBAR_ICONS' • 'text' / 'GTK_TOOLBAR_TEXT' • 'both' / 'GTK_TOOLBAR_BOTH' • 'both-horiz' / 'GTK_TOOLBAR_BOTH_HORIZ' enum Pango::EllipsizeMode • 'none' / 'PANGO_ELLIPSIZE_NONE' • 'start' / 'PANGO_ELLIPSIZE_START' • 'middle' / 'PANGO_ELLIPSIZE_MIDDLE' • 'end' / 'PANGO_ELLIPSIZE_END'
SEE ALSO
Gtk2, Glib::Interface
COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice.