Gadget only API -> ChangeHeight
This function is used to set the height of the gadget window.
| Parameter |
Description |
Range |
Type |
| newSize |
The height, in pixels, of the gadget window. |
>=0 |
int |
This example contains an icon which is located within the gadget window, that when clicked upon will cause the height of the gadget window to decrease by 10px every 50 milliseconds, until the gadget window is completely closed.
| | |