func_maxgui_activegadget.rst 419 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_maxgui_activegadget:
  2. ============
  3. ActiveGadget
  4. ============
  5. ActiveGadget -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ActiveGadget:TGadget()
  10. Return the currently active gadget.
  11. See Also: #ActivateGadget.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The gadget that currently has the keyboard focus. Returns #Null if no MaxGUI gadget has focus.
  17. Examples
  18. ========
  19. See Also
  20. ========