IupGetAttributeHandle

IUP - Portable User Interface

IupGetAttributeHandle

Instead of using IupGetAttribute and IupGetHandle, this function directly returns the associated handle.

Parameters/Return

Ihandle* IupGetAttributeHandle(Ihandle *ih, char *name); [in C]
[There is no equivalent in Lua] 

ih: identifier of the interface element.
name: name of the attribute.

Returns the element with the associated name.

See Also

IupSetAttributeHandle, IupSetAttribute, IupSetAttributes, IupStoreAttribute, IupSetHandle