Progress bar widget options
[Progress bar widget]

Collaboration diagram for Progress bar widget options:

Progress bar orientation configuration options.

For use with the option parameter of wtk_progress_bar_create



#define WTK_PROGRESS_BAR_HORIZONTAL   (0 << 0)
 Progress bar is horizontally oriented.
#define WTK_PROGRESS_BAR_VERTICAL   (1 << 0)
 Progress bar is vertically oriented.

Progress bar widget invert configuration options.

For use with the option parameter of wtk_progress_bar_create



#define WTK_PROGRESS_BAR_INVERT   (1 << 1)
 Progress bar is inverted.

Detailed Description

These options can be ORed together to specify the behaviour of a progress bar widget when creating it with wtk_progress_bar_create


Define Documentation

#define WTK_PROGRESS_BAR_HORIZONTAL   (0 << 0)

Progress bar is horizontally oriented.

Definition at line 316 of file wtk.h.

#define WTK_PROGRESS_BAR_INVERT   (1 << 1)

Progress bar is inverted.

Definition at line 328 of file wtk.h.

Referenced by app_tank_launch(), wtk_progress_bar_create(), wtk_progress_bar_set_colors(), and wtk_progress_bar_set_value().

#define WTK_PROGRESS_BAR_VERTICAL   (1 << 0)

Progress bar is vertically oriented.

Definition at line 318 of file wtk.h.

Referenced by app_tank_launch(), wtk_progress_bar_create(), wtk_progress_bar_handler(), and wtk_progress_bar_set_value().

Generated on Thu Apr 29 14:10:00 2010 for display-demo by  doxygen 1.6.3