func_maxgui_gadgets_desktop.rst 437 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_maxgui_gadgets_desktop:
  2. =======
  3. Desktop
  4. =======
  5. Desktop -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. Desktop:TGadget()
  10. Return a gadget representing the system's desktop.
  11. This is particularly useful for finding the dimensions of the desktop using #GadgetWidth / #ClientWidth or #GadgetHeight / #ClientHeight.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========