123456789101112131415161718192021222324252627282930313233 |
- .. _func_maxgui_restorewindow:
- =============
- RestoreWindow
- =============
- RestoreWindow -
- Description
- ===========
- .. code-block:: blitzmax
- RestoreWindow( window:TGadget )
- Restore a window from a minimized or maximized state.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|