r3filsectg

r3filsectg

Class

real/gadget/r3filsectg.h

Library

r3gad

Description:

Filer Sections gadget for selecting data sections for saving/loading.

See Also

oops/r3gadget.h

Super Class

r3Gadget

R3CLID_GADGET

JavaScript

r3Filersectgadget

Class Identifier

R3CLID_FILERSECTGADGET - 1735

Methods

Attributes

Sections, EnableSections, DisabledSections, HiddenSections,

Sections

Attribute

Sections

Identifier

R3FILSECTGA_Sections

JavaScript type

Integer

C type

R3INT

Description

bit mask describing selected sections

Syntax


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

Attribute

EnableSections

Identifier

R3FILSECTGA_EnableSections

JavaScript type

Boolean

C type

R3BOOL

Description

show/hide section selection

Syntax


jsobj.SetEnableSections(value);


R3BOOL value = ...;
R3SetAttrs(r3obj, R3FILSECTGA_EnableSections, value, R3TAG_END);

DisabledSections

Attribute

DisabledSections

Identifier

R3FILSECTGA_DisabledSections

JavaScript type

Integer

C type

R3INT

Description

bit mask describing disabled sections

Syntax


jsobj.SetDisabledSections(value);


R3INT value = ...;
R3SetAttrs(r3obj, R3FILSECTGA_DisabledSections, value, R3TAG_END);

HiddenSections

Attribute

HiddenSections

Identifier

R3FILSECTGA_HiddenSections

JavaScript type

Integer

C type

R3INT

Description

create only, sections to be hidden

Syntax


jsobj.SetHiddenSections(value);


R3INT value = ...;
R3SetAttrs(r3obj, R3FILSECTGA_HiddenSections, value, R3TAG_END);