From 972624d613e040d8880e011c0c61954e74a6137a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 18 Aug 2006 07:29:09 +0000 Subject: 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 --- documentation/Fl_Preferences.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation') 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.

int set(const char *entry, int value)
int set(const char *entry, int value)
int set(const char *entry, float value)
+int set(const char *entry, float value, int precision)
int set(const char *entry, double value)
+int set(const char *entry, double value, int precision)
int set(const char *entry, const char *text)
int set(const char *entry, const void *data, int size)

-- cgit v1.2.3