hiChangeFormCallback
hiChangeFormCallback(r_form g_newCallback) =>t
Description
Changes the doneAction and/or the cancelAction of the specified form to the SKILL callback procedure defined by newCallback. newCallback can be a symbol, a string, a function object,or a list of two symbols/strings/function objects. The first callback is taken as the doneAction. The second callback is taken as the cancelAction. After this routine is called, if the OK or Apply button of the form is pressed, the doneAction is executed, and if the Cancel button is pressed, the cancelAction is executed.
Arguments
Related Topics
Return to top