Expand/Shrink

IupUser

Definition: include pGUI.e

Ihandle ih = IupUser(string attributes="", dword_seq args={})
Description: Creates a user element in IUP, which is not associated to any interface element.
It is used to map an external element to a IUP element.
Its use is usually done by additional elements, but you can use it to create an Ihandle to store private attributes.

For more information on the attributes and args parameters see IupSetAttributes.

Returns: the identifier of the created element (errors are deemed fatal).
pwa/p2js: Not supported.
Attributes: See also THEME, , IupParamf, IupSetLanguagePack, IupText(format tag), IupText(example)
CLEARATTRIBUTES (write-only, non inheritable): it will clear all attributes stored internally and remove all references. (since 3.0)