| Top |
| GtkWidget * | xed_statusbar_new () |
| void | xed_statusbar_set_window_state () |
| void | xed_statusbar_set_overwrite () |
| void | xed_statusbar_set_cursor_position () |
| void | xed_statusbar_clear_overwrite () |
| void | xed_statusbar_flash_message () |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkStatusbar
╰── XedStatusbar
void xed_statusbar_set_window_state (XedStatusbar *statusbar,XedWindowState state,gint num_of_errors);
void xed_statusbar_set_overwrite (XedStatusbar *statusbar,gboolean overwrite);
Sets the overwrite mode on the statusbar.
void xed_statusbar_set_cursor_position (XedStatusbar *statusbar,gint line,gint col);
void xed_statusbar_flash_message (XedStatusbar *statusbar,guint context_id,const gchar *format,...);
Flash a temporary message on the statusbar.