diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-02-02 01:10:24 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-02-02 01:10:24 +0100 |
| commit | 2ce406ab428bcaa960f368ab19a0911047b1a98a (patch) | |
| tree | 986ef1a3d11c5b783c8ee5164bf1b0864600efed /src/Fl_Help_Dialog_Dox.cxx | |
| parent | 0698e16a6b154f227dcb4ab135b273af1fa0f5f9 (diff) | |
Fl_Help_Dialog::load() now returns an error code (STR #3429)
Diffstat (limited to 'src/Fl_Help_Dialog_Dox.cxx')
| -rw-r--r-- | src/Fl_Help_Dialog_Dox.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog_Dox.cxx b/src/Fl_Help_Dialog_Dox.cxx index f0d6c7c14..aa88f30a6 100644 --- a/src/Fl_Help_Dialog_Dox.cxx +++ b/src/Fl_Help_Dialog_Dox.cxx @@ -40,9 +40,14 @@ /** \fn void Fl_Help_Dialog::hide() Hides the Fl_Help_Dialog window.*/ -/** \fn void Fl_Help_Dialog::load(const char *f) - Loads the specified HTML file into the Fl_Help_View widget. - The filename can also contain a target name ("filename.html#target"). +/** \fn int Fl_Help_Dialog::load(const char *f) + \brief Loads the specified HTML file into the Fl_Help_View widget. + The filename can also contain a target name ("filename.html#target"). Always + use forward slashes as path deliminators, MSWindows-style backslashes are not + supported here + \param[in] f the name and path of an HTML file + \return 0 on success, -1 on error + \see Fl_Help_View::load(), fl_load_uri() */ /** \fn void Fl_Help_Dialog::position(int x, int y) |
