IUP/Dialogs/IupMap
From Vendetta Lua
Jump to navigationJump to search
IupMap
- Creates native interface objects corresponding to the given IUP interface elements.
Parameters/Return
- iup.Map(element: ihandle) -> ret: number
- element: Identifier of an interface element.
Notes
- When element is of type dialog, this function creates the native interface element of a dialog and of each element it contains, but only if the element has not been mapped yet.
- When element is not of type dialog, this function will only create the native interface element if the element is inside an already mapped dialog.
- If element was already mapped, nothing happens.
- This function should always be called before making a dialog visible for the first time.