|
GDS-Render v1.2.1
|
Status bar indicating activity of the program. More...
Go to the source code of this file.
Data Structures | |
| struct | _ActivityBar |
| Opaque ActivityBar object. Not viewable outside this source file. More... | |
Functions | |
| static void | activity_bar_dispose (GObject *obj) |
| static void | activity_bar_class_init (ActivityBarClass *klass) |
| static void | activity_bar_init (ActivityBar *self) |
| ActivityBar * | activity_bar_new () |
| Create new Object ActivityBar. More... | |
| void | activity_bar_set_ready (ActivityBar *bar) |
| Deletes all applied tasks and sets bar to "Ready". More... | |
| void | activity_bar_set_busy (ActivityBar *bar, const char *text) |
Enable spinner and set text. If text is NULL, 'Working...' is displayed. More... | |
Status bar indicating activity of the program.
Definition in file activity-bar.c.