IupClassMatch

Definition: include pGUI.e

bool res = IupClassMatch(Ihandle ih, string classname)
Description: Checks if the given class name matches the class name of the given interface element.

ih: Identifier of the interface element.
classname: name of the class to match.

Returns: true (1) if the given name matches the class name or one of its parent class names, otherwise false (0).
See Also: IupGetClassName