
|
<<
Index
>>
|
FutureBasic 5
|
MaxWindow
|
|
statement
|
|
Syntax:
MaxWindow h,v
Description:
Sets a limit on how large the user can make the current output window. After MaxWindow
is executed, the user will not be able to drag the window's size wider than h
pixels nor taller than v
pixels (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) exceed h
and/or v
, MaxWindow
will not shrink it immediately. The window will shrink the next time the user drags its grow box.
See Also:
MinWindow