Fix some class names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-11 21:19:57 +00:00
parent 3b9de29c38
commit b1a6341a26

View File

@@ -180,13 +180,13 @@ public:
class wxHtmlWinParser : public wxHtmlParser { class wxHtmlWinParser : public wxHtmlParser {
public: public:
wxHtmlWinParser(wxHtmlWindow *wnd = NULL); wxHtmlWinParser(wxPyHtmlWindow *wnd = NULL);
void SetDC(wxDC *dc); void SetDC(wxDC *dc);
wxDC* GetDC(); wxDC* GetDC();
int GetCharHeight(); int GetCharHeight();
int GetCharWidth(); int GetCharWidth();
wxHtmlWindow* GetWindow(); wxPyHtmlWindow* GetWindow();
// Sets fonts to be used when displaying HTML page. (if size null then default sizes used). // Sets fonts to be used when displaying HTML page. (if size null then default sizes used).
%addmethods { %addmethods {
void SetFonts(wxString normal_face, wxString fixed_face, PyObject* sizes=NULL) { void SetFonts(wxString normal_face, wxString fixed_face, PyObject* sizes=NULL) {