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)
56           Whether the statusbar has a grip for resizing the toplevel
57

STYLE PROPERTIES

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

SIGNALS

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

SEE ALSO

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