func_maxgui_setmaxwindowsize.rst 444 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_maxgui_setmaxwindowsize:
  2. ================
  3. SetMaxWindowSize
  4. ================
  5. SetMaxWindowSize -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetMaxWindowSize( window:TGadget,w,h )
  10. Set a window's maximum size.
  11. Particularly useful for resizable windows (those created with the WINDOW_RESIZABLE flag, see #CreateWindow).
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========