func_maxgui_gadgets_clientwidth.rst 371 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_maxgui_gadgets_clientwidth:
  2. ===========
  3. ClientWidth
  4. ===========
  5. ClientWidth -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ClientWidth( gadget:TGadget )
  10. Client width of gadget.
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The width of the client area (in pixels) of the specified container gadget.
  16. Examples
  17. ========
  18. See Also
  19. ========