STR #1381: added optional "precision" argument when writing floats or doubles to a Preferences file.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5330 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2006-08-18 07:29:09 +00:00
parent 6391946be0
commit 972624d613
5 changed files with 49 additions and 42 deletions
+2
View File
@@ -181,7 +181,9 @@ group.
<H4><a name="Fl_Preferences.set">int set(const char *entry, int value)<BR>
int set(const char *entry, int value)<BR>
int set(const char *entry, float value)<BR>
int set(const char *entry, float value, int precision)<BR>
int set(const char *entry, double value)<BR>
int set(const char *entry, double value, int precision)<BR>
int set(const char *entry, const char *text)<BR>
int set(const char *entry, const void *data, int size)</a></H4>