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         Gtk2::Buildable
21         Glib::Object::_Unregistered::GtkOrientable
22

METHODS

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

PROPERTIES

46       'has-resize-grip' (boolean : readable / writable / private)
47           Whether the statusbar has a grip for resizing the toplevel
48

SIGNALS

50       text-pushed (Gtk2::Statusbar, Glib::UInt, string)
51       text-popped (Gtk2::Statusbar, Glib::UInt, string)
52

SEE ALSO

54       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
55       Gtk2::Container, Gtk2::Box, Gtk2::HBox
56
58       Copyright (C) 2003-2008 by the gtk2-perl team.
59
60       This software is licensed under the LGPL.  See Gtk2 for a full notice.
61
62
63
64perl v5.12.0                      2010-05-02                Gtk2::Statusbar(3)
Impressum