#include "ntw.h"
Go to the source code of this file.
Functions | |
ntwWidget * | ntw_radio_group_get_selected (ntwWidget *widget) |
Get selected radio_button. | |
ntwWidget * | ntw_radio_group_new () |
Create radio_group Radio_Group Abstract Widget. |
This is an abstract grouping widget for a set of radio_buttons. Radio_buttons are added to the group when they are created. Thus, the radio_group must be created prior to the radio_buttons.
|
Get selected radio_button.
|
|
Create radio_group Radio_Group Abstract Widget.
|