Forums » Suggestions

Lua - IupInsert

Jan 13, 2023 haxmeister link
Please provide IupInsert() which Inserts an interface element before another child of the container. Valid for any element that contains other elements like dialog, frame, hbox, vbox, zbox, menu, etc.

Currently to manage lists of Iup controls we can Append() but we cannot add anything to the top without writing out the stack algorithm in Lua including detatch->append->map code. This would simplify management of UI element lists.