func_maxgui_windows_activatewindow.rst 392 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_maxgui_windows_activatewindow:
  2. ==============
  3. ActivateWindow
  4. ==============
  5. ActivateWindow -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ActivateWindow( window:TGadget )
  10. Activate a window gadget.
  11. Can be used instead of #ActivateGadget for backwards compatability.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========