mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6563 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -62,7 +62,7 @@ void fl_file_chooser_ok_label(const char *l) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** \relates Fl_File_Chooser
|
/** \relates Fl_File_Chooser
|
||||||
Shows a file chooser dialog and get a filename.
|
Shows a file chooser dialog and gets a filename.
|
||||||
\image html Fl_File_Chooser.jpg
|
\image html Fl_File_Chooser.jpg
|
||||||
\image latex Fl_File_Chooser.eps "Fl_File_Chooser" width=12cm
|
\image latex Fl_File_Chooser.eps "Fl_File_Chooser" width=12cm
|
||||||
\param[in] message text in title bar
|
\param[in] message text in title bar
|
||||||
@@ -147,11 +147,11 @@ fl_file_chooser(const char *message, // I - Message in titlebar
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** \relates Fl_File_Chooser
|
/** \relates Fl_File_Chooser
|
||||||
Shows a file chooser dialog and get a directory.
|
Shows a file chooser dialog and gets a directory.
|
||||||
\param[in] message title bar text
|
\param[in] message title bar text
|
||||||
\param[in] fname initial/default directory name
|
\param[in] fname initial/default directory name
|
||||||
\param[in] relative 0 for absolute path return, relative otherwise
|
\param[in] relative 0 for absolute path return, relative otherwise
|
||||||
\return the directory path string choosen by the user or NULL if user cancels
|
\return the directory path string chosen by the user or NULL if user cancels
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char * // O - Directory or NULL
|
char * // O - Directory or NULL
|
||||||
|
|||||||
+2
-2
@@ -57,7 +57,7 @@
|
|||||||
//
|
//
|
||||||
// Unlike some other Xft packages, I tried to keep this simple and not
|
// Unlike some other Xft packages, I tried to keep this simple and not
|
||||||
// to work around the current problems in Xft by making the "patterns"
|
// to work around the current problems in Xft by making the "patterns"
|
||||||
// complicated. I belive doing this defeats our ability to improve Xft
|
// complicated. I believe doing this defeats our ability to improve Xft
|
||||||
// itself. You should edit the ~/.xftconfig file to "fix" things, there
|
// itself. You should edit the ~/.xftconfig file to "fix" things, there
|
||||||
// are several web pages of information on how to do this.
|
// are several web pages of information on how to do this.
|
||||||
//
|
//
|
||||||
@@ -152,7 +152,7 @@ static XftFont* fontopen(const char* name, bool core) {
|
|||||||
* the BOLD and ITALIC codes as it does so - all FLTK font names are prefixed
|
* the BOLD and ITALIC codes as it does so - all FLTK font names are prefixed
|
||||||
* by 'I' (italic) 'B' (bold) 'P' (bold italic) or ' ' (regular) modifiers.
|
* by 'I' (italic) 'B' (bold) 'P' (bold italic) or ' ' (regular) modifiers.
|
||||||
* This gives a fairly limited font selection ability, but is retained for
|
* This gives a fairly limited font selection ability, but is retained for
|
||||||
* compatability reasons. If you really need a more complex choice, you are best
|
* compatibility reasons. If you really need a more complex choice, you are best
|
||||||
* calling Fl::set_fonts(*) then selecting the font by font-index rather than by
|
* calling Fl::set_fonts(*) then selecting the font by font-index rather than by
|
||||||
* name anyway. Probably.
|
* name anyway. Probably.
|
||||||
* If you want to load a font who's name does actually begin with I, B or P, you
|
* If you want to load a font who's name does actually begin with I, B or P, you
|
||||||
|
|||||||
Reference in New Issue
Block a user