Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geSetEnterFunctionSelectionMode

geSetEnterFunctionSelectionMode(
w_windowId
x_mode
)
=> t / nil

Description

Sets the selection mode for the enter function associated with the specified window.

Arguments

w_windowId

Window ID.

x_mode

Sets the selection mode as follows:

  • 0 = no select option
  • 1 = select override/full select override
  • 2 = partial select
  • 3 = partial select override
  • 4 = selection highlight

Value Returned

t

Default or if the window ID has an enter function and the mode was set.

nil

The selection mode is not set.

Examples

The following examples set the selection mode to 2 (partial select) for the enter function associated with the current window, (window 6).

geSetEnterFunctionSelectionMode(hiGetCurrentWindow() 2)
geSetEnterFunctionSelectionMode(window(6) 2)

Related Topics

Selection Functions


Return to top
 ⠀
X