Language Reference Guide : 4. System Classes : FrameExec Class : WindowVisibility Attribute
 
Share this page                  
WindowVisibility Attribute
Data Type: integer
4GL Access: RW
The WindowVisibility attribute controls the visibility of a window containing a OpenROAD frame.
Valid settings are:
WV_ICON
Specifies that the frame's window is displayed as an icon on the screen. To redisplay the window, set this attribute to WV_VISIBLE.
WV_INVISIBLE
Specifies that the frame's window is invisible. To redisplay the window, set this attribute to WV_VISIBLE.
WV_UNREALIZED
Specifies that the frame is at the start of its initialize block, and its window has not yet been created.
Note:  You cannot set the WindowVisibility attribute to this setting.
WV_VISIBLE
Specifies that the window for the frame is open and appears on the screen (and is not an icon)
Descriptions of system constant values and their numeric equivalents are listed in Window Visibility Settings for FrameExec.