Definition: |
include pGUI.e
string name = IupGetClassName(Ihandle ih) |
Description: | Returns the name of the class of an interface element. |
Notes: |
The following names are known:
button, canvas, cbox, cells, colorbar, colorbrowser, dial, dialog, fill, frame, gauge, glcanvas, hbox, image, item, label, list, matrix, menu, multiline, olecontrol, progressbar, radio, sbox, separator, spin, submenu, tabs, text, toggle, tree, user, val, vbox, zbox (renamed from IupGetType in 2.7) |
See Also: | IupClassMatch, IupGetClassType, IupGetClassAttributes |