IUP/Layout/IupGetNextChild
From Vendetta Lua
Jump to navigationJump to search
- Returns the children of the given control.
Parameters/Return
- iup.GetNextChild(parent, lastchild: ihandle) -> ret: ihandle
- parent: Identifier of an interface control.
- lastchild: Identifier of the last interface control returned by the function. (optional)
Note
- This function will return the children of the control in the exact same order in which they were assigned. To get the first child use lastchild=nil.