IupResetAttribute
| 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. |
| pwa/p2js: | Not supported. (Just not stumbled into a need for it as yet, probably would not be all that technically difficult.) |
| See Also: | IupGetAttribute, IupSetAttribute |