#include "ntw.h"
Go to the source code of this file.
Functions | |
uint8 | ntw_window_get_modal (ntwWidget *widget) |
Gets window's modal status. | |
char * | ntw_window_get_title (ntwWidget *widget) |
Gets window's title. | |
int | ntw_window_set_modal (ntwWidget *widget, uint8 modal) |
Sets window's modal status. | |
int | ntw_window_set_title (ntwWidget *widget, char *text) |
Sets window's title. | |
ntwWidget * | ntw_window_new (int32 width, int32 height, char *title) |
Create window. |
A window is a top-level window usually used as the main container for a program. It can contain a single widget.
|
Gets window's modal status.
|
|
Gets window's title.
|
|
Create window. The width and height may be specified, but are not guaranteed.
|
|
Sets window's modal status.
|
|
Sets window's title.
|