wxHTML_COND_ISIMAGEMAP,
wxHTML_COND_USER,
-
- wxHTML_FONT_SIZE_1,
- wxHTML_FONT_SIZE_2,
- wxHTML_FONT_SIZE_3,
- wxHTML_FONT_SIZE_4,
- wxHTML_FONT_SIZE_5,
- wxHTML_FONT_SIZE_6,
- wxHTML_FONT_SIZE_7,
};
// Set HTML page and display it. !! source is HTML document itself,
// it is NOT address/filename of HTML document. If you want to
- // specify document location, use LoadPage() istead
+ // specify document location, use LoadPage() instead
// Return value : False if an error occurred, True otherwise
bool SetPage(const wxString& source);
};
+%{
+ typedef wxTreeCtrl wxPyTreeCtrl;
+%}
MustHaveApp(wxHtmlHelpWindow);
wxHtmlHelpFrameCfg& GetCfgData();
// Gets the tree control
- wxTreeCtrl *GetTreeCtrl() const;
+ wxPyTreeCtrl *GetTreeCtrl() const;
};