Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geGetWindowStatus

geGetWindowStatus(
w_windowId
t_appName
)
=> n_status

Description

Returns the status for the application named appName on the window windowId.

Arguments

w_windowId

The ID of the window whose status you want.

t_appName

The text or symbolic name used to uniquely identify your application’s menu update system.

Value Returned

n_status

The status for application named appName on window windowId.

nil

The status for appName is undefined.

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
 ⠀
X