DISPLAY Item Attributes
From STX Wiki
< Programmer Guide | Shell Items | Display
Jump to navigationJump to search
DISPLAY Item Attributes
| Attribute-Id | Sub-Id | Value(s) and Description |
| !MODE | - | VISIBLE|ENABLEDmode of the display window |
| !STYLE | - | RESTORED|MAXIMIZEDstyle of the display window |
| !WINDOW | - | xpos ypos width heightposition (upper left corner) and size of the display window in pixels |
| !TITLE | - | titletitle (caption) of the display window |
| !NROWS | - | number_of_rowsnumber of rows for graphs |
| !NCOLS | - | number_of_cols0 number_of_cols1 ...number of colums (1 or 2) per row |
| !HROWS | - | height_of_row0 height_of_row1 ...the current relative row height (sum = 1) |
| !WCOLS | width_of_col0 width_of_col1 ...the current relative position (0..1) of column splitters; a position value is only valid if the row is split. | |
| !GRAPHS | - | number_of_attached_graphsnumber of graph items attached to the display |
| !GRAPH | index | name_of_graph_object row_index col_indexget info about attached graph item identified by index (0, 1, ...) |
| !ACTIVEGRAPH | - | name_of_active_graph_objectname of currently activated (focused) graph item |
| !FULLSCREEN | - | fullscreen_statusquery fullscreen mode flag (1=fullscreen, 0=window) |
| !DIALOGITEM | - | name_of_dialog_objectget name of (1st) dialog item attached to the display item |
| !DIALOGMODE | - | VISIBLE|ENABLEDmode of dialog-window (NOWINDOW = not created) |
| !DIALOGALIGN | - | LEFT|RIGHTposition of dialog-window |
| !ONTOP | - | always on top statusquery whether display is in the 'always on top' mode |
| !FOREGROUND | - | Returns '1' if the display is currently the foreground window. Returns '0' if the display is currently not the foreground window. Returns '-1' if the display is currently not a window.
|