Definition: |
include pGUI.e
Ihandln res = IupGetAttributeHandle(Ihandln ih, string name) |
Description: |
Instead of using IupGetAttribute and IupGetHandle, this function directly returns the associated handle.
ih: identifier of the interface element. name: name of the attribute. Returns: the element with the associated name. The function will not check for inheritance since all the attributes that associate handles are not inheritable. |
See Also: |
IupSetAttributeHandle,
IupSetAttribute,
IupSetAttributes,
IupSetHandle
|