diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
commit | 36302e60475e3531d5034fd97cc87aabb9fbd588 (patch) | |
tree | fb60f17a16000f91e4fa20ba28e3f908c28aee10 /doc/fl_preferences.html | |
parent | 7be33a9cec0e67c34b674c5ac32a947e6aa2fce6 (diff) |
Documentation improvements
Diffstat (limited to 'doc/fl_preferences.html')
-rw-r--r-- | doc/fl_preferences.html | 54 |
1 files changed, 42 insertions, 12 deletions
diff --git a/doc/fl_preferences.html b/doc/fl_preferences.html index 515bb0d..aece3c6 100644 --- a/doc/fl_preferences.html +++ b/doc/fl_preferences.html @@ -42,7 +42,7 @@ </tr> <tr> - <td> </td> + <td>Fl_Preferences</td> <td>Pref_Group</td> </tr> @@ -79,7 +79,7 @@ <tr><th colspan="2">Errors</th></tr> <tr> - <td> </td> + <td>char</td> <td>Preference_Error</td> </tr> @@ -88,23 +88,20 @@ <table class="function"> - <tr><th colspan="2">Static Functions and Procedures</th></tr> + <tr><th colspan="2">Protected Attributes</th></tr> <tr> <td><pre> -static const char * newUUID(); -</pre></td> -<td><pre> -function New_UUID - return String; +Node * node; </pre></td> +<td>Intentionally left unbound.</td> </tr> <tr> <td><pre> -static char remove(ID id_); +RootNode * rootNode; </pre></td> -<td> </td> +<td>Intentionally left unbound.</td> </tr> </table> @@ -112,7 +109,7 @@ static char remove(ID id_); <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -141,6 +138,7 @@ function From_Filesystem <tr> <td><pre> Fl_Preferences(Fl_Preferences &parent, const char *group); + Fl_Preferences(Fl_Preferences *parent, const char *group); </pre></td> <td><pre> @@ -158,6 +156,7 @@ function In_Memory <tr> <td><pre> Fl_Preferences(Fl_Preferences &parent, int groupIndex); + Fl_Preferences(Fl_Preferences *parent, int groupIndex); </pre></td> <td><pre> @@ -179,6 +178,37 @@ function Root </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Static Functions and Procedures</th></tr> + + <tr> +<td><pre> +static const char * newUUID(); +</pre></td> +<td><pre> +function New_UUID + return String; +</pre></td> + </tr> + + <tr> +<td><pre> +static char remove(ID id_); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> char clear(); @@ -457,7 +487,7 @@ function Number_Of_Groups <td><pre> ID id(); </pre></td> -<td> </td> +<td>Intentionally left unbound.</td> </tr> <tr> |