IUP Generator function
From Vendetta Lua
Jump to navigationJump to search
The capitalized versions of widget creation functions (e.g. iup.Button) are probably meant for internal use. They usually take no arguments and return an element.
It's generally probably a better idea to use the normal method (e.g iup.button) instead of these.