r3genopt
real/gadget/r3genopt.h
r3gad
Gadget for General purpose global options.
r3Gadget
R3CLID_GADGET
r3Generaloptionsgadget
R3CLID_GENERALOPTIONSGADGET - 620
int R3RegisterGeneralOptionsGadgetClass(R3APP *app);
R3GENOPTGM_ADDLANGUAGE
ADDLANGUAGE
R3GENOPTGM_ADDLANGUAGE
R3BOOL, TRUE continues enumeration, false cancels.
char*, symbolic name of the installed language (such as Basic, Tcl, etc).
R3INT, class id of the installed languaged
void*, points to 'self'.
rc = obj.ADDLANGUAGE(p1, p2, p3);
Private method used as a callback method for enumerating installed programming languages (see r3prglng/R3CPLM_ENUMLANGUAGES). Because this is 'callback' method, parameters for this method are specified by the enumlanguages method, which are:
R3GENOPTGM_SETLANGUAGE
SETLANGUAGE
R3GENOPTGM_SETLANGUAGE
R3INT, ordnum of the selected language
obj.SETLANGUAGE(p3);
For mapchanges.