GDS-Render v1.2.1
activity-bar.c File Reference

Status bar indicating activity of the program. More...

#include <gds-render/widgets/activity-bar.h>
#include <glib/gi18n.h>
Include dependency graph for activity-bar.c:

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...
 

Detailed Description

Status bar indicating activity of the program.

Author
Mario Hüttel mario.nosp@m..hue.nosp@m.ttel@.nosp@m.gmx..nosp@m.net

Definition in file activity-bar.c.