|
Main Page
Widgets
Namespaces
Book
Gtk::Statusbar Class Reference
[Widgets]
Text status indicator This widget is used to display status information.
More...
Inheritance diagram for Gtk::Statusbar:
[legend]List of all members.
Detailed Description
Text status indicator This widget is used to display status information.
Messages are pushed and poped onto a message stack. When text is pushed it replaces the old contents. The old text is restored when popped.
It derives from Gtk::HBox so that additional information can be added easily.
Constructor & Destructor Documentation
virtual Gtk::Statusbar::~Statusbar |
( |
|
) |
[virtual] |
|
Gtk::Statusbar::Statusbar |
( |
|
) |
|
|
Member Function Documentation
guint Gtk::Statusbar::get_context_id |
( |
const Glib::ustring& |
context_description |
) |
|
|
bool Gtk::Statusbar::get_has_resize_grip |
( |
|
) |
const |
|
const GtkStatusbar* Gtk::Statusbar::gobj |
( |
|
) |
const [inline] |
|
GtkStatusbar* Gtk::Statusbar::gobj |
( |
|
) |
[inline] |
|
virtual void Gtk::Statusbar::on_text_popped |
( |
guint |
context_id, |
|
|
const Glib::ustring& |
text |
|
) |
[protected, virtual] |
|
virtual void Gtk::Statusbar::on_text_pushed |
( |
guint |
context_id, |
|
|
const Glib::ustring& |
text |
|
) |
[protected, virtual] |
|
void Gtk::Statusbar::pop |
( |
guint |
context_id = 0 |
) |
|
|
guint Gtk::Statusbar::push |
( |
const Glib::ustring& |
text, |
|
|
guint |
context_id = 0 |
|
) |
|
|
void Gtk::Statusbar::remove_message |
( |
guint |
message_id, |
|
|
guint |
context_id = 0 |
|
) |
|
|
void Gtk::Statusbar::set_has_resize_grip |
( |
bool |
setting = true |
) |
|
|
|
- Prototype:
void text_popped(guint context_id, const Glib::ustring& text)
|
|
- Prototype:
void text_pushed(guint context_id, const Glib::ustring& text)
|
Friends And Related Function Documentation
Gtk::Statusbar* wrap |
( |
GtkStatusbar* |
object, |
|
|
bool |
take_copy = false |
|
) |
[related] |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|