![]() |
![]() |
![]() |
Epiphany Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
EphySpinner; GtkWidget * ephy_spinner_new (void
); void ephy_spinner_start (EphySpinner *spinner
); void ephy_spinner_stop (EphySpinner *spinner
); void ephy_spinner_set_size (EphySpinner *spinner
,GtkIconSize size
);
EphySpinner implements an animated 'loading' indicator.
Note that this is to be deprecated in favour of GtkSpinner widget.
GtkWidget * ephy_spinner_new (void
);
Creates a new EphySpinner. The spinner is a widget that gives the user feedback about network status with an animated image.
Returns : |
the spinner GtkWidget |
void ephy_spinner_start (EphySpinner *spinner
);
Starts the spinner animation.
|
an EphySpinner |
void ephy_spinner_stop (EphySpinner *spinner
);
Stops the spinner animation.
|
an EphySpinner |
void ephy_spinner_set_size (EphySpinner *spinner
,GtkIconSize size
);
Set the size of the spinner to size
.
|
an EphySpinner |
|
a new size for the spinner, as a GtkIconSize |