Home » Community » U++ community news and announcements » EditNumber
| EditNumber [message #40251] |
Thu, 11 July 2013 13:48  |
 |
mirek
Messages: 14284 Registered: November 2005
|
Ultimate Member |
|
|
In analogy with EditText function, there are now
bool EditNumber(int& n, const char *title, const char *label, int min = INT_MIN, int max = INT_MAX, bool notnull = false);
bool EditNumber(double& n, const char *title, const char *label, double min = DBL_MIN, double max = DBL_MAX, bool notnull = false);
|
|
|
|
Goto Forum:
Current Time: Sun Dec 14 20:06:14 CET 2025
Total time taken to generate the page: 0.04992 seconds
|