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

hiSetActionChecked

hiSetActionChecked(
o_action
g_checkState
[ g_triggerCB ]
)
=> t / nil

Description

Sets checked state for an action and triggers the action callback, unless you specify otherwise by setting g_triggerCB to nil.

Arguments

o_action

Handle to the action returned by hiCreateAction.

g_checkState

Sets the state as checked.

g_triggerCB

Triggers the callback of an action when the state is changed with this function. The default value of this argument is t.

Values Returned

t

The state was changed.

nil

There was an error.

Related Topics

Toolbar Functions

hiSetActionChecked


Return to top
 ⠀
X