Home » Community » U++ community news and announcements » EditNumber
EditNumber [message #40251] |
Thu, 11 July 2013 13:48  |
 |
mirek
Messages: 14267 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: Tue Aug 12 23:45:09 CEST 2025
Total time taken to generate the page: 0.06504 seconds
|