
|
<<
Index
>>
|
FutureBasic 5
|
MinWindow
|
|
statement
|
|
Syntax:
MinWindow h,v
Description:
Sets a limit on how small the user can make the current output window. After MinWindow
is executed, the user will not be able to drag the window's size narrower than h
pixels horizontally nor shorter than v
pixels vertically (these dimensions refer to the window's "content region"; they don't include the "structure region" (frame) of the window). If the current output window's dimension(s) are smaller than h
and/or v
, MinWindow
will not expand it immediately. The window will expand the next time the user drags its grow box.
See Also:
MaxWindow