GDS-Render v1.2.1
|
Data Structures | |
struct | _ActivityBar |
Opaque ActivityBar object. Not viewable outside this source file. More... | |
Macros | |
#define | TYPE_ACTIVITY_BAR (activity_bar_get_type()) |
Functions | |
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... | |
static void | activity_bar_dispose (GObject *obj) |
static void | activity_bar_class_init (ActivityBarClass *klass) |
static void | activity_bar_init (ActivityBar *self) |
Activity Status Bar
#define TYPE_ACTIVITY_BAR (activity_bar_get_type()) |
Definition at line 42 of file activity-bar.h.
|
static |
|
static |
|
static |
Definition at line 73 of file activity-bar.c.
ActivityBar * activity_bar_new | ( | ) |
Create new Object ActivityBar.
Definition at line 91 of file activity-bar.c.
void activity_bar_set_busy | ( | ActivityBar * | bar, |
const char * | text | ||
) |
Enable spinner and set text
. If text is NULL, 'Working...' is displayed.
bar | Activity bar object |
text | Text to display, may be NULL |
Definition at line 108 of file activity-bar.c.
void activity_bar_set_ready | ( | ActivityBar * | bar | ) |
Deletes all applied tasks and sets bar to "Ready".
[in] | bar | AcitivityBar object. |
Definition at line 102 of file activity-bar.c.