U++ framework
Do not panic. Ask here before giving up.

Home » Community » U++ community news and announcements » EditNumber
EditNumber [message #40251] Thu, 11 July 2013 13:48 Go to previous message
mirek is currently offline  mirek
Messages: 14291
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);
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Debian repository
Next Topic: Docking host platform dependency refactored
Goto Forum:
  


Current Time: Mon May 04 03:27:50 GMT+2 2026

Total time taken to generate the page: 0.00657 seconds