IUP/Dialogs/IupRefresh
From Vendetta Lua
Jump to navigationJump to search
IupRefresh
- Updates the size and layout of controls after changing size attributes. Can be used for any element inside a dialog or for the dialog itself. It can change the layout of all the controls inside the dialog because of the dynamic layout positioning.
Parameters/Return
- iup.Refresh(element: ihandle) -> (ret: number)
- element: identifier of the interface element.
Notes
- This function will not change the size of the dialog. Changing the size of the controls may position some controls outside of the dialog on the left or bottom borders.