Expand/Shrink

IupGetName

Definition: include pGUI.e

string name = IupGetName(Ihandle ih)
Description: Returns the name of an interface element, if the element has an associated name using IupSetHandle()

ih: Identifier of the interface element.

Returns: the name, or "" if no name has been associated with the element. The behaviour when more than one name has been associated with a handle is undefined, ie assume it will return any one of them but completely at random and potentially different every time.
pwa/p2js: Not supported.
See Also: IupSetHandle, IupGetAllNames