| Top |  |  |  |  | 
| GtkWidget * | gedit_statusbar_new () | 
| void | gedit_statusbar_set_window_state () | 
| void | gedit_statusbar_set_overwrite () | 
| void | gedit_statusbar_clear_overwrite () | 
| void | gedit_statusbar_flash_message () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkStatusbar
                        ╰── GeditStatusbar
GeditStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void gedit_statusbar_set_window_state (GeditStatusbar *statusbar,GeditWindowState state,gint num_of_errors);
void gedit_statusbar_set_overwrite (GeditStatusbar *statusbar,gboolean overwrite);
Sets the overwrite mode on the statusbar.
void
gedit_statusbar_clear_overwrite (GeditStatusbar *statusbar);
void gedit_statusbar_flash_message (GeditStatusbar *statusbar,guint context_id,const gchar *format,...);
Flash a temporary message on the statusbar.