123456789101112131415161718192021222324252627282930313233 |
- .. _func_maxgui_gadgets_setgadgetshape:
- ==============
- SetGadgetShape
- ==============
- SetGadgetShape -
- Description
- ===========
- .. code-block:: blitzmax
- SetGadgetShape( gadget:TGadget,x,y,w,h )
- Set a gadget's size and position (in pixels) relative to its parent's client-area.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|