.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Gtk2::Statusbar 3" .TH Gtk2::Statusbar 3 2023-07-25 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Gtk2::Statusbar \- wrapper for GtkStatusbar .SH HIERARCHY .IX Header "HIERARCHY" .Vb 8 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::Widget \& +\-\-\-\-Gtk2::Container \& +\-\-\-\-Gtk2::Box \& +\-\-\-\-Gtk2::HBox \& +\-\-\-\-Gtk2::Statusbar .Ve .SH INTERFACES .IX Header "INTERFACES" .Vb 3 \& Glib::Object::_Unregistered::AtkImplementorIface \& Gtk2::Buildable \& Gtk2::Orientable .Ve .SH METHODS .IX Header "METHODS" .SS "widget = Gtk2::Statusbar\->\fBnew\fP" .IX Subsection "widget = Gtk2::Statusbar->new" .ie n .SS "integer = $statusbar\->\fBget_context_id\fP ($context_description)" .el .SS "integer = \f(CW$statusbar\fP\->\fBget_context_id\fP ($context_description)" .IX Subsection "integer = $statusbar->get_context_id ($context_description)" .IP \(bu 4 \&\f(CW$context_description\fR (string) .ie n .SS "boolean = $statusbar\->\fBget_has_resize_grip\fP" .el .SS "boolean = \f(CW$statusbar\fP\->\fBget_has_resize_grip\fP" .IX Subsection "boolean = $statusbar->get_has_resize_grip" .ie n .SS "$statusbar\->\fBset_has_resize_grip\fP ($setting)" .el .SS "\f(CW$statusbar\fP\->\fBset_has_resize_grip\fP ($setting)" .IX Subsection "$statusbar->set_has_resize_grip ($setting)" .IP \(bu 4 \&\f(CW$setting\fR (boolean) .ie n .SS "widget = $statusbar\->\fBget_message_area\fP" .el .SS "widget = \f(CW$statusbar\fP\->\fBget_message_area\fP" .IX Subsection "widget = $statusbar->get_message_area" Since: gtk+ 2.20 .ie n .SS "$statusbar\->\fBpop\fP ($context_id)" .el .SS "\f(CW$statusbar\fP\->\fBpop\fP ($context_id)" .IX Subsection "$statusbar->pop ($context_id)" .IP \(bu 4 \&\f(CW$context_id\fR (integer) .ie n .SS "integer = $statusbar\->\fBpush\fP ($context_id, $text)" .el .SS "integer = \f(CW$statusbar\fP\->\fBpush\fP ($context_id, \f(CW$text\fP)" .IX Subsection "integer = $statusbar->push ($context_id, $text)" .IP \(bu 4 \&\f(CW$context_id\fR (integer) .IP \(bu 4 \&\f(CW$text\fR (string) .ie n .SS "$statusbar\->\fBremove\fP ($context_id, $message_id)" .el .SS "\f(CW$statusbar\fP\->\fBremove\fP ($context_id, \f(CW$message_id\fP)" .IX Subsection "$statusbar->remove ($context_id, $message_id)" .IP \(bu 4 \&\f(CW$context_id\fR (integer) .IP \(bu 4 \&\f(CW$message_id\fR (integer) .ie n .SS "$statusbar\->\fBremove_all\fP ($context_id)" .el .SS "\f(CW$statusbar\fP\->\fBremove_all\fP ($context_id)" .IX Subsection "$statusbar->remove_all ($context_id)" .IP \(bu 4 \&\f(CW$context_id\fR (integer) .PP Since: gtk+ 2.22 .SH PROPERTIES .IX Header "PROPERTIES" .IP "'has\-resize\-grip' (boolean : default true : readable / writable / private / static-nick / static-blurb)" 4 .IX Item "'has-resize-grip' (boolean : default true : readable / writable / private / static-nick / static-blurb)" Whether the statusbar has a grip for resizing the toplevel .SH "STYLE PROPERTIES" .IX Header "STYLE PROPERTIES" .IP "'shadow\-type' (Gtk2::ShadowType : default ""in"" : readable / private / static-nick / static-blurb)" 4 .IX Item "'shadow-type' (Gtk2::ShadowType : default ""in"" : readable / private / static-nick / static-blurb)" Style of bevel around the statusbar text .SH SIGNALS .IX Header "SIGNALS" .IP "\fBtext-popped\fR (Gtk2::Statusbar, Glib::UInt, string)" 4 .IX Item "text-popped (Gtk2::Statusbar, Glib::UInt, string)" .PD 0 .IP "\fBtext-pushed\fR (Gtk2::Statusbar, Glib::UInt, string)" 4 .IX Item "text-pushed (Gtk2::Statusbar, Glib::UInt, string)" .PD .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::HBox .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the LGPL. See Gtk2 for a full notice.