mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user