Mac OS X: modified Fl_Preferences::Node::search to correctly handle groups

inside the root group and to allow for relative and absolute path names.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2619 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2002-09-05 20:44:36 +00:00
parent 32b9640e1c
commit 6698be1be8
4 changed files with 65 additions and 14 deletions
+3
View File
@@ -161,6 +161,9 @@ by <tt>groups()</tt>.
<H4><a name="Fl_Preferences.groupExists">int Fl_Preferences::groupExists(const char *groupname)</a></H4>
<P>Returns non-zero if a group with this name exists.
Groupnames are relative to the Preferences node and can contain a path.
<tt>"."</tt> describes the current node, <tt>"./"</tt> describes the topmost node.
By preceding a groupname with a <tt>"./"</tt>, its path becomes relative to the topmost node.
<H4><a name="Fl_Preferences.groups">int Fl_Preferences::groups()</a></H4>