123456789101112131415161718192021222324252627282930313233 |
- .. _func_maxgui_gadgets_clientwidth:
- ===========
- ClientWidth
- ===========
- ClientWidth -
- Description
- ===========
- .. code-block:: blitzmax
- ClientWidth( gadget:TGadget )
- Client width of gadget.
- Parameters
- ==========
- Return Values
- =============
- The width of the client area (in pixels) of the specified container gadget.
- Examples
- ========
- See Also
- ========
|