mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 20:21:24 +00:00
17 lines
303 B
Text
17 lines
303 B
Text
|
#include "Base"
|
||
|
|
||
|
ARadioButtonList: GSWRadioButtonList
|
||
|
{
|
||
|
list = application.bundleInfo.RadioButtonList.list;
|
||
|
item = anItem;
|
||
|
displayString = anItem.label;
|
||
|
selection = selectedItem;
|
||
|
name = "RADIONAME";
|
||
|
};
|
||
|
|
||
|
SelectedItem: GSWString
|
||
|
{
|
||
|
value = selectedItem;
|
||
|
};
|
||
|
|