#include "ntw.h"
Go to the source code of this file.
Functions | |
uint8 | ntw_radio_button_get_checked (ntwWidget *widget) |
Get radio_button status. | |
ntwWidget * | ntw_radio_button_new (ntwWidget *group) |
Create new radio_button. | |
void | ntw_radio_button_initialize_callback () |
A radio_button is an on/off button widget that can contain a single widget (usually a label). It's always part of a radio_group, such that only one button in the group may be selected at the same time.
|
Get radio_button status.
|
|
Create new radio_button.
|