GEOS SDK TechDocs
|
|
4.4 PrefStringItemClass
|
4.6 PrefDynamicListClass
This class behaves as GenBooleanGroup, except that it saves its original state and handles
MSG_GEN_RESET
appropriately. It can also use item strings or monikers when loading and saving options.
Code Display 22-8 PrefBooleanGroupClass Instance Data
@class PrefBooleanGroupClass, PrefClass; @instance PrefInitFileFlags PBGI_initFileFlags = 0; @instance word PBGI_originalState = 0;
void MSG_PREF_BOOLEAN_GROUP_SET_ORIGINAL_STATE(
word state);
This message sets the "original" state of the Boolean group.
GEOS SDK TechDocs
|
|
4.4 PrefStringItemClass
|
4.6 PrefDynamicListClass