Constructor
FoundryInputSpinnew
Declaration [src]
FoundryInput*
foundry_input_spin_new (
const char* title,
const char* subtitle,
FoundryInputValidator* validator,
double value,
double lower,
double upper,
guint n_digits
)
Parameters
title-
Type:
const char*The title of the input.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. subtitle-
Type:
const char*Optional subtitle.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. validator-
Type:
FoundryInputValidatorOptional validator.
The argument can be NULL.The called function takes ownership of the data, and is responsible for freeing it. value-
Type:
doubleNo description available.
lower-
Type:
doubleNo description available.
upper-
Type:
doubleNo description available.
n_digits-
Type:
guintNo description available.
Return value
Type: FoundryInput
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |