IupGetFloat

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

Parameters/Return

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

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

Returns: a float corresponding to the attribute’s value.

See Also

IupGetAttribute, IupGetInt.