radio_button.h File Reference

Radio_Button Widget. More...

#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 ()


Detailed Description

Radio_Button Widget.

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.


Function Documentation

uint8 ntw_radio_button_get_checked ntwWidget *  widget  ) 
 

Get radio_button status.

Parameters:
widget radio_button widget
Returns:
TRUE if selected, FALSE if not selected

ntwWidget* ntw_radio_button_new ntwWidget *  group  ) 
 

Create new radio_button.

Parameters:
group radio_group that the button will belong to
Returns:
Newly created radio_button


Generated on Wed Jun 28 17:00:07 2006 for NTW Server C Library by  doxygen 1.4.6