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

NAME

6       Gtk2::Statusbar - wrapper for GtkStatusbar
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         Gtk2::Orientable
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   widget = $statusbar->get_message_area
33       Since: gtk+ 2.20
34
35   $statusbar->pop ($context_id)
36       •   $context_id (integer)
37
38   integer = $statusbar->push ($context_id, $text)
39       •   $context_id (integer)
40
41       •   $text (string)
42
43   $statusbar->remove ($context_id, $message_id)
44       •   $context_id (integer)
45
46       •   $message_id (integer)
47
48   $statusbar->remove_all ($context_id)
49       •   $context_id (integer)
50
51       Since: gtk+ 2.22
52

PROPERTIES

54       'has-resize-grip' (boolean : default true : readable / writable /
55       private / static-nick / static-blurb)
56           Whether the statusbar has a grip for resizing the toplevel
57

STYLE PROPERTIES

59       'shadow-type' (Gtk2::ShadowType : default "in" : readable / private /
60       static-nick / static-blurb)
61           Style of bevel around the statusbar text
62

SIGNALS

64       text-popped (Gtk2::Statusbar, Glib::UInt, string)
65       text-pushed (Gtk2::Statusbar, Glib::UInt, string)
66

SEE ALSO

68       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
69       Gtk2::Container, Gtk2::Box, Gtk2::HBox
70
72       Copyright (C) 2003-2011 by the gtk2-perl team.
73
74       This software is licensed under the LGPL.  See Gtk2 for a full notice.
75
76
77
78perl v5.34.0                      2021-07-22                Gtk2::Statusbar(3)
Impressum