Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 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);
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Debian repository
Next Topic: Docking host platform dependency refactored
Goto Forum:
  


Current Time: Tue Aug 12 23:45:09 CEST 2025

Total time taken to generate the page: 0.06504 seconds