IupStoreGlobal

IUP - Portable User Interface

IupStoreGlobal

Defines an attribute for the global environment.

Parameters/Return

void IupStoreGlobal(char *a, char *v); [in C]
IupStoreGlobal(attribute: string, value: string) [in IupLua3]
iup.StoreGlobal(attribute: string, value: string) [in IupLua5] 

a: name of the attribute.
v: value of the attribute. If it equals NULL (nil in Lua), the attribute will be removed.

Note

The value stored in the attribute is duplicated.

See Also

IupSetAttribute, IupGetGlobal, IupSetGlobal