r3filsectg
real/gadget/r3filsectg.h
r3gad
Filer Sections gadget for selecting data sections for saving/loading.
r3Gadget
R3CLID_GADGET
r3Filersectgadget
R3CLID_FILERSECTGADGET - 1735
Sections
Sections
R3FILSECTGA_Sections
Integer
R3INT
bit mask describing selected sections
jsobj.SetSections(value);
value = jsobj.GetSections();
R3INT value = ...;
R3SetAttrs(r3obj, R3FILSECTGA_Sections, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3FILSECTGA_Sections, &value, R3TAG_END);
EnableSections
EnableSections
R3FILSECTGA_EnableSections
Boolean
R3BOOL
show/hide section selection
jsobj.SetEnableSections(value);
R3BOOL value = ...;
R3SetAttrs(r3obj, R3FILSECTGA_EnableSections, value, R3TAG_END);
DisabledSections
DisabledSections
R3FILSECTGA_DisabledSections
Integer
R3INT
bit mask describing disabled sections
jsobj.SetDisabledSections(value);
R3INT value = ...;
R3SetAttrs(r3obj, R3FILSECTGA_DisabledSections, value, R3TAG_END);
HiddenSections
HiddenSections
R3FILSECTGA_HiddenSections
Integer
R3INT
create only, sections to be hidden
jsobj.SetHiddenSections(value);
R3INT value = ...;
R3SetAttrs(r3obj, R3FILSECTGA_HiddenSections, value, R3TAG_END);