mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 20:21:24 +00:00
17 lines
298 B
Text
17 lines
298 B
Text
|
#include "Base"
|
||
|
|
||
|
ACheckBoxList: GSWCheckBoxList
|
||
|
{
|
||
|
list = application.bundleInfo.CheckBoxList.list;
|
||
|
item = anItem;
|
||
|
displayString = anItem.label;
|
||
|
selections = selectedItems;
|
||
|
name = "CHECKNAME";
|
||
|
};
|
||
|
|
||
|
SelectedItems: GSWString
|
||
|
{
|
||
|
value = selectedItems;
|
||
|
};
|
||
|
|