EphySpinner

EphySpinner

Synopsis




                    EphySpinnerDetails;
                    EphySpinner;
GtkWidget*          ephy_spinner_new                    (void);
void                ephy_spinner_start                  (EphySpinner *throbber);
void                ephy_spinner_stop                   (EphySpinner *throbber);
void                ephy_spinner_set_size               (EphySpinner *spinner,
                                                         GtkIconSize size);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----EphySpinner

Implemented Interfaces

EphySpinner implements AtkImplementorIface and GtkBuildable.

Description

Details

EphySpinnerDetails

typedef struct _EphySpinnerDetails EphySpinnerDetails;


EphySpinner

typedef struct _EphySpinner EphySpinner;


ephy_spinner_new ()

GtkWidget*          ephy_spinner_new                    (void);

Returns :

ephy_spinner_start ()

void                ephy_spinner_start                  (EphySpinner *throbber);

Start the spinner animation.

throbber :

ephy_spinner_stop ()

void                ephy_spinner_stop                   (EphySpinner *throbber);

Stop the spinner animation.

throbber :

ephy_spinner_set_size ()

void                ephy_spinner_set_size               (EphySpinner *spinner,
                                                         GtkIconSize size);

spinner :
size :