Migration Guide : C. Features Introduced in OpenROAD 5.1 : New Features : FrameExec.IsMaximized Attribute
 
Share this page          
FrameExec.IsMaximized Attribute
The FrameExec system class has a new attribute, IsMaximized. This attribute reflects at runtime the actual state that a frame is in at the time the attribute is interrogated. Setting it causes the frame to become maximized if it is not already, filling the entire screen, until the user clicks the restore icon in the frame's title bar or the program changes the value to FALSE. The frame will then revert to normal size as defined by the FrameExec.
Valid values include:
TRUE
Specifies that the frame should be displayed as maximized. If the frame is already maximized, there is no visible change.
FALSE
Specifies that the frame, if currently maximized, should be displayed in its normal restored state. If not currently maximized, there is no visible change.
For more information about this attribute, see the Language Reference Guide and the System Reference Summary.