Happens after a window's size has been changed.


Args

ARG(1) is the X position of the inner area of the window, and ARG(2) is the Y position of the inner area.

ARG(3) is the width of the inner area of the window, and ARG(4) is the height.

The inner portion of the window is the area that excludes the title bar, borders, menu bar, and docked windows. Typically you will use these dimensions to scale the window's controls to fit inside the inner window area.


Notes

See also SIZING, GETMINMAXINFO.