Class Index | Cross Index | Namespace Index |
Text status indicator
Contained in: Gtk
Derived from:
Gtk::HBox
Derived by:
none
#include <gtk--/statusbar.h>
public function member index: |
||
Statusbar | (); | |
guint | get_context_id | (const nstring& context_description) const; |
GtkStatusbar* | gtkobj | (); |
const GtkStatusbar* | gtkobj | () const; |
static bool | isA | (Object* object); |
MsgList& | messages | (); |
const MsgList& | messages | () const; |
iterator | messages_begin | (); |
iterator | messages_end | (); |
void | pop | (guint context_id); |
guint | push | (guint context_id, const nstring& text); |
void | remove_message | (guint context_id, guint message_id); |
signal void | text_popped | (guint, const gchar*); |
signal void | text_pushed | (guint, const gchar*); |
virtual | ~Statusbar | (); |
protected function member index: |
||
virtual void | text_popped_impl | (guint p0, const gchar* p1); |
virtual void | text_pushed_impl | (guint p0, const gchar* p1); |
It derives from Gtk_HBox so that additional information can be added easily.
The message list can be accessed through the messages() list.