#include "ntw.h"
Go to the source code of this file.
Functions | |
uint8 | ntw_check_button_get_checked (ntwWidget *widget) |
Get status of check button. | |
ntwWidget * | ntw_check_button_new () |
Create check_button. | |
void | ntw_check_button_initialize_callback () |
A check button is a specialized button that allows for an on/off input. It may contain a single widget.
|
Get status of check button.
|
|
Create check_button.
|