|
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. | |
These options can be ORed together to specify the behaviour of a progress bar widget when creating it with wtk_progress_bar_create
| #define WTK_PROGRESS_BAR_HORIZONTAL (0 << 0) |
| #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().
1.6.3