123456789101112131415161718192021222324252627282930313233 |
- .. _func_maxgui_gadgets_gadgetwidth:
- ===========
- GadgetWidth
- ===========
- GadgetWidth -
- Description
- ===========
- .. code-block:: blitzmax
- GadgetWidth( gadget:TGadget )
- Gadget width.
- Parameters
- ==========
- Return Values
- =============
- The current width (in pixels) of a gadget.
- Examples
- ========
- See Also
- ========
|