|  |  | 
Inheritance diagram for Gtk::Statusbar:

| Public Methods | |
| virtual | ~Statusbar () | 
| GtkStatusbar* | gobj () | 
| Provides access to the underlying C GtkObject. | |
| const GtkStatusbar* | gobj () const | 
| Provides access to the underlying C GtkObject. | |
| Statusbar () | |
| guint | get_context_id (const Glib::ustring& context_description) | 
| guint | push (const Glib::ustring& text, guint context_id=0) | 
| void | pop (guint context_id=0) | 
| void | remove_message (guint message_id, guint context_id=0) | 
| void | set_has_resize_grip (bool setting=true) | 
| bool | get_has_resize_grip () const | 
| Glib::SignalProxy2< void, guint, const Glib::ustring& > | signal_text_pushed () | 
| Glib::SignalProxy2< void, guint, const Glib::ustring& > | signal_text_popped () | 
| Protected Methods | |
| virtual void | on_text_pushed (guint context_id, const Glib::ustring& text) | 
| virtual void | on_text_popped (guint context_id, const Glib::ustring& text) | 
| Related Functions | |
| (Note that these are not member functions.) | |
| Gtk::Statusbar* | wrap (GtkStatusbar* object, bool take_copy=false) | 
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.
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| Provides access to the underlying C GtkObject. 
 Reimplemented from Gtk::HBox. | 
| 
 | 
| Provides access to the underlying C GtkObject. 
 Reimplemented from Gtk::HBox. | 
| 
 | ||||||||||||
| 
 | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | ||||||||||||
| 
 | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 
 | 
| 
 | 
| 
 
 | 
| 
 | ||||||||||||
| 
 |