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.
context_description: Textual description of what context the new message is being used in.Returns: An integer id.
context_id: A context identifier.
context_id: The message's context id, as returned by get_context_id.text: The message to add to the statusbar.
Returns: The message's new message id for use with .
context_id: A context identifier.message_id: A message identifier, as returned by push.