Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

r_form

Form whose action is being changed.

g_newCallback

The doneAction and/or cancelAction to be executed. The callback type can be a symbol, a string, a function object, or a list If a list is given, the items in the list can be of symbol, string, or function object type.

Related Topics

Form and Field Functions


Return to top
 ⠀
X