1Gtk2::Statusbar(3)    User Contributed Perl Documentation   Gtk2::Statusbar(3)
2
3
4

NAME

6       Gtk2::Statusbar
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Box
15                                  +----Gtk2::HBox
16                                       +----Gtk2::Statusbar
17

INTERFACES

19         Glib::Object::_Unregistered::AtkImplementorIface
20

METHODS

22       widget = Gtk2::Statusbar->new
23
24       integer = $statusbar->get_context_id ($context_description)
25
26           * $context_description (string)
27
28       boolean = $statusbar->get_has_resize_grip
29
30       $statusbar->set_has_resize_grip ($setting)
31
32           * $setting (boolean)
33
34       $statusbar->pop ($context_id)
35
36           * $context_id (integer)
37
38       integer = $statusbar->push ($context_id, $text)
39
40           * $context_id (integer)
41           * $text (string)
42
43       $statusbar->remove ($context_id, $message_id)
44
45           * $context_id (integer)
46           * $message_id (integer)
47

PROPERTIES

49       'has-resize-grip' (boolean : readable / writable / private)
50           Whether the statusbar has a grip for resizing the toplevel
51

SIGNALS

53       text-pushed (Gtk2::Statusbar, Glib::UInt, string)
54       text-popped (Gtk2::Statusbar, Glib::UInt, string)
55

SEE ALSO

57       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
58       Gtk2::Container, Gtk2::Box, Gtk2::HBox
59
61       Copyright (C) 2003-2007 by the gtk2-perl team.
62
63       This software is licensed under the LGPL.  See Gtk2 for a full notice.
64
65
66
67perl v5.8.8                       2007-03-18                Gtk2::Statusbar(3)
Impressum