12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_gadgets_desktop:
- =======
- Desktop
- =======
- Desktop -
- Description
- ===========
- .. code-block:: blitzmax
- Desktop:TGadget()
- Return a gadget representing the system's desktop.
- This is particularly useful for finding the dimensions of the desktop using #GadgetWidth / #ClientWidth or #GadgetHeight / #ClientHeight.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|