#include "ntw.h"
Go to the source code of this file.
Functions | |
| double | ntw_progress_bar_get_fraction (ntwWidget *widget) |
| Get amount of progress made. | |
| double | ntw_progress_bar_set_fraction (ntwWidget *widget, double fraction) |
| Set amount of progress made. | |
| int | ntw_progress_bar_set_horizontal (ntwWidget *widget) |
| Change orientation to horizontal. | |
| int | ntw_progress_bar_set_vertical (ntwWidget *widget) |
| Change orientation to vertical. | |
| int | ntw_progress_bar_set_text (ntwWidget *widget, char *text) |
| Set current text shown in progress bar. | |
| char * | ntw_progress_bar_get_text (ntwWidget *widget) |
| Get current text shown in progress bar. | |
| ntwWidget * | ntw_progress_bar_new () |
| Create progress_bar. | |
A progress_bar looks like a thermometer that indicates a percentage. It may be oriented vertically or horizontally.
|
|
Get amount of progress made.
|
|
|
Get current text shown in progress bar.
|
|
|
Create progress_bar.
|
|
||||||||||||
|
Set amount of progress made.
|
|
|
Change orientation to horizontal.
|
|
||||||||||||
|
Set current text shown in progress bar.
|
|
|
Change orientation to vertical.
|
1.4.6