12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_setmaxwindowsize:
- ================
- SetMaxWindowSize
- ================
- SetMaxWindowSize -
- Description
- ===========
- .. code-block:: blitzmax
- SetMaxWindowSize( window:TGadget,w,h )
- Set a window's maximum size.
- Particularly useful for resizable windows (those created with the WINDOW_RESIZABLE flag, see #CreateWindow).
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|