Definition: |
include pGUI.e
sequence names = IupGetClassAttributes(string classname) |
Description: |
Returns the names of all registered attributes of a class.
classname: name of the class Returns: a sequence of attribute names. |
See Also: | IupGetClassName, IupGetClassType, IupGetAllAttributes |