geSetEnterFunctionSelectionMode
geSetEnterFunctionSelectionMode(
w_windowId
x_mode
)
=> t / nil
Description
Sets the selection mode for the enter function associated with the specified window.
Arguments
Value Returned
|
Default or if the window ID has an enter function and the mode was 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
Return to top