.. _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 ========