Difference between revisions of "IUP/Dialogs/IupRefresh"

From Vendetta Lua
Jump to: navigation, search
(Created page with "=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...")
 
(No difference)

Latest revision as of 05:10, 9 May 2023

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.