window_class
window_class ([window])
This function returns the class name (for example, edit, cmd, helpwin2) for the window identified by window, which must be valid window identifier. Window identifiers are returned by several ACL functions, including window_create, doc_window, and window_id. If window is omitted or is 0, the window associated with the current document is used.
Related Topics