| EomStatusbarEomStatusbar |  | 
Object Hierarchy
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GtkStatusbar
                                             +----EomStatusbar
 
Implemented Interfaces
EomStatusbar implements
 AtkImplementorIface,  GtkBuildable and  GtkOrientable.
 
Details
struct EomStatusbar
struct EomStatusbar;
 
eom_statusbar_new ()
GtkWidget *         eom_statusbar_new                   (void);
 
eom_statusbar_set_image_number ()
void                eom_statusbar_set_image_number      (EomStatusbar *statusbar,
                                                         gint num,
                                                         gint tot);
 
eom_statusbar_set_progress ()
void                eom_statusbar_set_progress          (EomStatusbar *statusbar,
                                                         gdouble progress);