1Gtk2::MenuToolButton(3)User Contributed Perl DocumentatioGntk2::MenuToolButton(3)
2
3
4

NAME

6       Gtk2::MenuToolButton
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Bin
15                                  +----Gtk2::ToolItem
16                                       +----Gtk2::ToolButton
17                                            +----Gtk2::MenuToolButton
18

INTERFACES

20         Glib::Object::_Unregistered::AtkImplementorIface
21

METHODS

23       toolitem = Gtk2::MenuToolButton->new ($icon_widget, $label)
24
25           * $icon_widget (Gtk2::Widget or undef)
26           * $label (string or undef)
27
28       toolitem = Gtk2::MenuToolButton->new_from_stock ($stock_id)
29
30           * $stock_id (string)
31
32       $button->set_arrow_tooltip ($tooltips, $tip_text, $tip_private)
33
34           * $tooltips (Gtk2::Tooltips)
35           * $tip_text (string)
36           * $tip_private (string)
37
38       widget or undef = $button->get_menu
39
40       $button->set_menu ($menu)
41
42           * $menu (Gtk2::Widget or undef)
43

PROPERTIES

45       'menu' (Gtk2::Menu : readable / writable / private)
46           The dropdown menu
47

SIGNALS

49       show-menu (Gtk2::MenuToolButton)
50

SEE ALSO

52       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
53       Gtk2::Container, Gtk2::Bin, Gtk2::ToolItem, Gtk2::ToolButton
54
56       Copyright (C) 2003-2007 by the gtk2-perl team.
57
58       This software is licensed under the LGPL.  See Gtk2 for a full notice.
59
60
61
62perl v5.8.8                       2007-03-18           Gtk2::MenuToolButton(3)
Impressum