These are basic helpers for the controls and functions found in iup.e.
Get the “VALUE” attribute of the given control.
Set the “VALUE” attribute of the given control.
Create a new IupHbox? and apply the given attributes. This can greatly simplify layouts by freeing you from having to create an atom variable, then the IupHbox?, then use IupSetAttributes? to configure the box. This is all done now with IupEuHbox?.
Create a new IupVbox? and apply the given attributes.
Create a new IupFill? control and set it’s size parameter to size.
Create a new IupButton? and set it’s “ACTION” callback to fCallback.
Create a titled IupFrame?.
Create a new IupLabel? and apply the given attributes.
Create a new IupText? and apply the given attributes. Also set the controls “ACTION” callback, if not NULL.