func_maxgui_restorewindow.rst 338 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_maxgui_restorewindow:
  2. =============
  3. RestoreWindow
  4. =============
  5. RestoreWindow -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. RestoreWindow( window:TGadget )
  10. Restore a window from a minimized or maximized state.
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Nothing.
  16. Examples
  17. ========
  18. See Also
  19. ========