|  |  |  | gedit Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
GeditStatusbarPrivate; GeditStatusbar; GtkWidget * gedit_statusbar_new (void); #define GeditStatus void gedit_statusbar_set_window_state (GeditStatusbar *statusbar, GeditWindowState state, gint num_of_errors); void gedit_statusbar_set_overwrite (GeditStatusbar *statusbar, gboolean overwrite); void gedit_statusbar_set_cursor_position (GeditStatusbar *statusbar, gint line, gint col); void gedit_statusbar_clear_overwrite (GeditStatusbar *statusbar); void gedit_statusbar_flash_message (GeditStatusbar *statusbar, guint context_id, const gchar *format, ...);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GtkStatusbar
                                             +----GeditStatusbar
GeditStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gedit_statusbar_new (void);
Creates a new GeditStatusbar.
| Returns : | the new GeditStatusbar object | 
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.
| 
 | a GeditStatusbar | 
| 
 | if the overwrite mode is set | 
void gedit_statusbar_set_cursor_position (GeditStatusbar *statusbar, gint line, gint col);
| 
 | |
| 
 | |
| 
 | 
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.
| 
 | a GeditStatusbar | 
| 
 | message context_id | 
| 
 | message to flash on the statusbar | 
| 
 |