func_maxgui_gadgets_setgadgetshape.rst 389 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_maxgui_gadgets_setgadgetshape:
  2. ==============
  3. SetGadgetShape
  4. ==============
  5. SetGadgetShape -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetGadgetShape( gadget:TGadget,x,y,w,h )
  10. Set a gadget's size and position (in pixels) relative to its parent's client-area.
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Nothing.
  16. Examples
  17. ========
  18. See Also
  19. ========