xfgrConfigureOptionsCB
xfgrConfigureOptionsCB(
t_mode
s_callbackFunction
)
=> t / nil
Description
Registers or de-registers the specified user-defined callback function against xfgrConfigureOptions.
Arguments
|
The function mode. |
|
Value Returned
Example
Registers the myInit function.
procedure(myInit() let(() xfgrAddOption(?optionName "testOptionStringLineEdit2" ?optionLabel "LineEdit String Label" ?optionType "string" ?optionWidgetType "lineedit" ?groupName "" ?optionDefaultValue "fgr") )
)
xfgrConfigureOptionsCB("r" "myInit")
Return to top