|

Returns:


A table indexed by the following keys:



KEY


TYPE DESCRIPTION


MinX


number


The minimum window width in pixels. Note that there is an absolute minimum size allowed by Windows if you have a title bar displayed.


MinY


number


The minimum window height in pixels. Note that there is an absolute minimum size allowed by Windows if you have a title bar displayed.


MaxX


number


The maximum window width in pixels.


MaxY


number


The maximum window height in pixels.


image

Tip: Do not set any of the values above which you do not want to restrict. For example, if you only want to set a minimum height but not restrict sizing in any other way then only define the MinY value.


image

|