]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/helpdlg.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / html / helpdlg.h
index 668048e680f33b848f01d56b19927e1ecfce8acf..f121301e41890fc4c78d668e1ba69d91507fac6a 100644 (file)
@@ -16,7 +16,7 @@
     @library{wxhtml}
     @category{help,html}
 */
     @library{wxhtml}
     @category{help,html}
 */
-class wxHtmlHelpDialog : public wxFrame
+class wxHtmlHelpDialog : public wxDialog
 {
 public:
     wxHtmlHelpDialog(wxHtmlHelpData* data = NULL);
 {
 public:
     wxHtmlHelpDialog(wxHtmlHelpData* data = NULL);
@@ -26,7 +26,7 @@ public:
 
         For the possible values of @a style, please see wxHtmlHelpController.
     */
 
         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);
                      const wxString& title = wxEmptyString,
                      int style = wxHF_DEFAULT_STYLE,
                      wxHtmlHelpData* data = NULL);
@@ -56,7 +56,7 @@ public:
     /**
         Sets the help controller associated with the dialog.
     */
     /**
         Sets the help controller associated with the dialog.
     */
-    void SetController(wxHtmlHelpController* contoller);
+    void SetController(wxHtmlHelpController* controller);
 
     /**
         Sets the dialog's title format.
 
     /**
         Sets the dialog's title format.