Functions
gedit_statusbar_new ()
GtkWidget *
gedit_statusbar_new (void
);
Creates a new GeditStatusbar.
Returns
the new GeditStatusbar object
gedit_statusbar_set_window_state ()
void
gedit_statusbar_set_window_state (GeditStatusbar *statusbar
,
GeditWindowState state
,
gint num_of_errors
);
gedit_statusbar_set_overwrite ()
void
gedit_statusbar_set_overwrite (GeditStatusbar *statusbar
,
gboolean overwrite
);
Sets the overwrite mode on the statusbar.
gedit_statusbar_clear_overwrite ()
void
gedit_statusbar_clear_overwrite (GeditStatusbar *statusbar
);
gedit_statusbar_flash_message ()
void
gedit_statusbar_flash_message (GeditStatusbar *statusbar
,
guint context_id
,
const gchar *format
,
...
);
Flash a temporary message on the statusbar.