geIsGraphicalWindow
geIsGraphicalWindow( [d_windowId]g_noWarn) =>t/ nil
Description
Tests if the specified window, or by default the current window, is a graphical window.
Arguments
|
When |
Value Returned
Examples
Tests if the window is a graphical window.
geIsGraphicalWindow(window(3) nil)
Related Topics
Return to top