X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b29df3fee8df15257347a9df63a390128374b03..85ac8ca017a0409e9762ed305ccc1d32a7c28fa7:/wxPython/src/html.i diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 535ff6aeee..ea61500113 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -29,8 +29,8 @@ //--------------------------------------------------------------------------- %import windows.i -%pythoncode { wx = core } -%pythoncode { __docfilter__ = wx.__docfilter__ } +%pythoncode { wx = _core } +%pythoncode { __docfilter__ = wx.__DocFilter(globals()) } %include _html_rename.i @@ -903,6 +903,9 @@ public: void base_OnCellClicked(wxHtmlCell *cell, wxCoord x, wxCoord y, const wxMouseEvent& event); + + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); };