minInnerSize(width_or_size, height)
Class: Window.
Description:
Indicates the minimum size the content container of the Window it can be resized to. It overrides previously set minSize() value.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number | Size |
Width, or a Size formatted object as a sole parameter. |
|
|
number |
Height of the component. |
Returns:
If called without parameters, current minimum inner Size is returned or null if it wasn't previously set; otherwise returns this component instance for chaining.
