#include "ntw.h"
Go to the source code of this file.
Functions | |
int | ntw_save_state (char *filename) |
Save state of all widgets to file. | |
int | ntw_load_state (char *filename) |
Load state of all widgets from file. |
|
Load state of all widgets from file. May clobber any existing widgets. This should be done before any new widgets are created.
|
|
Save state of all widgets to file.
|