Public member index:
-
Gtk_Statusbar();
-
-
Gtk_Statusbar(GtkStatusbar *castitem);
-
-
signal void text_pushed(guint,const gchar *);
-
-
signal void text_popped(guint,const gchar *);
-
-
guint get_context_id(const _gtk_string &context_description)const;
-
-
guint push(guint context_id,const _gtk_string &text);
-
-
void pop(guint context_id);
-
-
-
-
iterator messages_begin();
-
-
iterator messages_end();
-
-
void remove_message(guint context_id,guint message_id);
-
-
GtkStatusbar *gtkobj();
-
-
const GtkStatusbar *gtkobj()const;
-
-
static bool isGtkStatusbar(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
-
virtual void text_pushed_impl(guint p1,const gchar *p2);
-
-
virtual void text_popped_impl(guint p1,const gchar *p2);
-
Private member index:
-
-
-
GtkType get_type();
-
|