hiSetCurrentWindow
hiSetCurrentWindow(w_windowId) =>t / nil
Description
Sets the window you specify as the current window.
Session windows and dockable windows can never become the current window. Only windows contained in the main canvas area of a session window can become the current window. If w_windowId is a session window, the last active window contained in the session window becomes the current window. Similarly, if w_windowId is a dockable window, the last active window in the session window that contains the dockable window becomes the current window.
The Command Interpreter Window can also never become the current window. Also, any window with the property neverCurrentWindow set to t (for example window->neverCurrentWindow = t) cannot become the current window.
Argument
Value Returned
|
w_windowId is invalid, is the Command Interpreter Window, or has the property |
Related Topics
Return to top