WDS_RadioScope

WDS_RadioScope

wds

1998 12-05


CLASS

WDS_RadioScope - radio button container


SYNOPSIS

Class WDS_RadioScope uses a given WDS_StringList to contruct corresponding WDS_RadioButton children. It also inherently is a scope which provides the base of exclusivity that radio buttons require.


PUBLIC MEMBER FUNCTIONS

Inheritance from class WDS_Scope



void SetStringList(WDS_StringList *set)

WDS_StringList *GetStringList(void)
Set/Get the string list used for the radio button annotations.



WDS_Form *GetForm(void)
Return the form used to arrange the radio buttons.



void SetAutoSizing(long set)

long GetAutoSizing(void)
Set/Get autosizing for this radio scope. This flag sets/clears the appropriate sizing flags for both the form and the scope itself.


STATE CHANGES


WDS_STATE_1 New selection (use WDS_Activation:GetTarget() to get pointer to selection)


FILES

wds/button.h Button header file


SEE ALSO

WDS_intro(3), WDS_Widget(3), WDS_RadioButton(3), WDS_StringList(3)