WindowSelector()

Get the selector for the specified window.

Syntax

WindowSelector(
   name STRING)
   RETURNS STRING
  1. name is the window name or ggc.AUI_CURRENT_SELECTOR for the current window.

Usage

This function returns the generated window selector. You can use this in the getAuiTreePart() function, for example:

# Get the Window AUI tree by name
LET doc = ggc.getAuiTreePart(ggc.WindowSelector("screen"))