WindowSelector()
Get the selector for the specified window.
Syntax
WindowSelector(
name STRING)
RETURNS STRING
- 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"))