Definition: |
include pGUI.e
IupResetAttribute(Ihandln ih, string name) |
Description: |
Removes an attribute from the hash table of the element, and its children if the attribute is inheritable. It is useful to reset the state of inheritable attributes in a tree of elements. ih: Identifier of the interface element. If NULL will set in the global environment. name: name of the attribute. |
See Also: | IupGetAttribute, IupSetAttribute |