12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_windows_activatewindow:
- ==============
- ActivateWindow
- ==============
- ActivateWindow -
- Description
- ===========
- .. code-block:: blitzmax
- ActivateWindow( window:TGadget )
- Activate a window gadget.
- Can be used instead of #ActivateGadget for backwards compatability.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|