EomStatusbar

EomStatusbar

Synopsis

struct              EomStatusbar;
GtkWidget *         eom_statusbar_new                   (void);
void                eom_statusbar_set_image_number      (EomStatusbar *statusbar,
                                                         gint num,
                                                         gint tot);
void                eom_statusbar_set_progress          (EomStatusbar *statusbar,
                                                         gdouble progress);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GtkStatusbar
                                             +----EomStatusbar

Implemented Interfaces

EomStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

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);