1Gtk2::ToolShell(3) User Contributed Perl Documentation Gtk2::ToolShell(3)
2
3
4
6 Gtk2::ToolShell
7
9 Glib::Interface
10 +----Gtk2::ToolShell
11
13 iconsize = $shell->get_icon_size
14 orientation = $shell->get_orientation
15 $shell->rebuild_menu
16 reliefstyle = $shell->get_relief_style
17 toolbarstyle = $shell->get_style
19 enum Gtk2::IconSize
20 · 'invalid' / 'GTK_ICON_SIZE_INVALID'
21
22 · 'menu' / 'GTK_ICON_SIZE_MENU'
23
24 · 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR'
25
26 · 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR'
27
28 · 'button' / 'GTK_ICON_SIZE_BUTTON'
29
30 · 'dnd' / 'GTK_ICON_SIZE_DND'
31
32 · 'dialog' / 'GTK_ICON_SIZE_DIALOG'
33
34 enum Gtk2::Orientation
35 · 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
36
37 · 'vertical' / 'GTK_ORIENTATION_VERTICAL'
38
39 enum Gtk2::ReliefStyle
40 · 'normal' / 'GTK_RELIEF_NORMAL'
41
42 · 'half' / 'GTK_RELIEF_HALF'
43
44 · 'none' / 'GTK_RELIEF_NONE'
45
46 enum Gtk2::ToolbarStyle
47 · 'icons' / 'GTK_TOOLBAR_ICONS'
48
49 · 'text' / 'GTK_TOOLBAR_TEXT'
50
51 · 'both' / 'GTK_TOOLBAR_BOTH'
52
53 · 'both-horiz' / 'GTK_TOOLBAR_BOTH_HORIZ'
54
56 Gtk2, Glib::Interface
57
59 Copyright (C) 2003-2008 by the gtk2-perl team.
60
61 This software is licensed under the LGPL. See Gtk2 for a full notice.
62
63
64
65perl v5.12.0 2010-05-02 Gtk2::ToolShell(3)