IupGetFloat

IUP - Portable User Interface

IupGetFloat

Returns the value of an interface element attribute as a floating point number.

Parameters/Return

float IupGetFloat(Ihandle *ih, char *name) [in C]
[There is no equivalent in IupLua]

ih: Identifier of the interface element.
name: name of the attribute.

This function returns a float corresponding to the attribute’s value.

See Also

IupGetAttribute, IupGetInt.