geGetWindowStatus
geGetWindowStatus(w_windowId t_appName) =>n_status
Description
Returns the status for the application named appName on the window windowId.
Arguments
|
The text or symbolic name used to uniquely identify your application’s menu update system. |
Value Returned
|
The status for application named appName on window windowId. |
|
Examples
Returns the status for the application.
windowId = window(2)
=> window:2
geGetWindowStatus(windowId ’default)
=> 66
geGetWindowStatus(windowId "UndefinedApplication")
=> nil
Related Topics
Automatic Menu Enabling Functions
Return to top