Fixes and tweaks and additions to the wxHtml docs for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@library{wxhtml}
|
||||
@category{help,html}
|
||||
*/
|
||||
class wxHtmlHelpDialog : public wxFrame
|
||||
class wxHtmlHelpDialog : public wxDialog
|
||||
{
|
||||
public:
|
||||
wxHtmlHelpDialog(wxHtmlHelpData* data = NULL);
|
||||
@@ -26,7 +26,7 @@ public:
|
||||
|
||||
For the possible values of @a style, please see wxHtmlHelpController.
|
||||
*/
|
||||
wxHtmlHelpDialog(wxWindow* parent, int wxWindowID,
|
||||
wxHtmlHelpDialog(wxWindow* parent, wxWindowID id,
|
||||
const wxString& title = wxEmptyString,
|
||||
int style = wxHF_DEFAULT_STYLE,
|
||||
wxHtmlHelpData* data = NULL);
|
||||
|
Reference in New Issue
Block a user