mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
More documentation updates...
Fl_File_Chooser did not handle some cases for filename completion (STR #376) Fl_Help_View didn't properly compute the default maximum width of the page properly, resulting in non-wrapped text in table cells (STR #464) Fl_Text_Editor no longer tries to emulate the Emacs CTRL-A shortcut to move to the first column, since there is a key for that and the widget does not emulate any other Emacs keys (STR #421) Fl_File_Chooser always disabled the OK button when the user pressed DELETE or BACKSPACE (STR #397) Added Fl_Browser::swap() methods (STR #459) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3698 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -128,7 +128,7 @@ entry names. The index must be within the range given by
|
||||
the base preference group. This function is rarely used as
|
||||
deleting the base preferences flushes automatically.
|
||||
|
||||
<H4><a name="Fl_Preferences.getUserdataPath">int Fl_Preferences::getUserdataPath(char *path)</a></H4>
|
||||
<H4><a name="Fl_Preferences.getUserdataPath">int Fl_Preferences::getUserdataPath(char *path, int path_size)</a></H4>
|
||||
|
||||
<P>Creates a path that is related to the preferences file and
|
||||
that is usable for application data beyond what is covered by
|
||||
|
||||
Reference in New Issue
Block a user