]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
ActiveX events should be sent to the window, not it's parent.
[wxWidgets.git] / wxPython / src / html.i
index 5a8992e0eae3f17ebf1429b47b4fd2fcfef0dbdf..ea6150011341d568abc73834f44e8241997c7c56 100644 (file)
@@ -29,7 +29,8 @@
 //---------------------------------------------------------------------------
 
 %import windows.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
 
 %include _html_rename.i
 
@@ -902,6 +903,9 @@ public:
     void base_OnCellClicked(wxHtmlCell *cell,
                             wxCoord x, wxCoord y,
                             const wxMouseEvent& event);
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };