Initialize() returns bool, not void
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bcb3a16447
commit
b10ca83467
@ -90,9 +90,9 @@ Destroys the help instance, closing down the viewer if it is running.
|
||||
|
||||
\membersection{wxHelpController::Initialize}\label{wxhelpcontrollerinitialize}
|
||||
|
||||
\func{virtual void}{Initialize}{\param{const wxString\& }{file}}
|
||||
\func{virtual bool}{Initialize}{\param{const wxString\& }{file}}
|
||||
|
||||
\func{virtual void}{Initialize}{\param{const wxString\& }{file}, \param{int}{ server}}
|
||||
\func{virtual bool}{Initialize}{\param{const wxString\& }{file}, \param{int}{ server}}
|
||||
|
||||
Initializes the help instance with a help filename, and optionally a server socket
|
||||
number if using wxHelp (now obsolete). Does not invoke the help viewer.
|
||||
|
Loading…
Reference in New Issue
Block a user