summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-18 07:29:09 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-18 07:29:09 +0000
commit972624d613e040d8880e011c0c61954e74a6137a (patch)
tree8a6ca9e0f034f6e4220e33dcaf7321170309c1e2 /documentation
parent6391946be0ae7200d893f70f8152cc1e7676faaf (diff)
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
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Preferences.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/Fl_Preferences.html b/documentation/Fl_Preferences.html
index e39b6cdd3..e4b24ad90 100644
--- a/documentation/Fl_Preferences.html
+++ b/documentation/Fl_Preferences.html
@@ -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>