#include "ntw.h"
Go to the source code of this file.
Functions | |
char * | ntw_status_bar_get_text (ntwWidget *widget) |
Get a status_bar's text. | |
int | ntw_status_bar_set_text (ntwWidget *widget, char *text) |
Set a status_bar's text. | |
ntwWidget * | ntw_status_bar_new (char *text) |
Create status_bar. |
A status_bar is a horizontal bar usually placed at the bottom of a window that displays a text message.
|
Get a status_bar's text.
|
|
Create status_bar.
|
|
Set a status_bar's text.
|