Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

drdConstraintGroupHeaderClicked

drdConstraintGroupHeaderClicked( 
x_columnIndex
w_windowId
) 
=> t / nil

Description

Changes the state of the check boxes for all the categories listed in the Constraint Category column on the Filters tab of the DRD Options form.

Arguments

x_columnIndex

Column index; 0 indicates the Constraint Category column, 1 indicates the column under which the check boxes for the constraint categories are displayed.

w_windowId

The current window ID.

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

Examples

drdConstraintGroupHeaderClicked(0 window(2))

It performs no action.

drdConstraintGroupHeaderClicked(1 window(2))

It toggles the state of the check boxes for all the constraint categories.


Return to top
 ⠀
X