|  |  |  | Eye of GNOME Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
EogStatusbar; GtkWidget * eog_statusbar_new (void); void eog_statusbar_set_image_number (EogStatusbar *statusbar,gint num,gint tot); void eog_statusbar_set_progress (EogStatusbar *statusbar,gdouble progress); void eog_statusbar_set_has_resize_grip (EogStatusbar *statusbar,gboolean has_resize_grip);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GtkStatusbar
                                             +----EogStatusbar
EogStatusbar implements AtkImplementorIface, GtkBuildable, GtkSizeRequest and GtkOrientable.
void eog_statusbar_set_image_number (EogStatusbar *statusbar,gint num,gint tot);
| 
 | |
| 
 | |
| 
 | 
void eog_statusbar_set_progress (EogStatusbar *statusbar,gdouble progress);
| 
 | |
| 
 | 
void eog_statusbar_set_has_resize_grip (EogStatusbar *statusbar,gboolean has_resize_grip);
| 
 | |
| 
 |