]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Better error message, flags --> style in wxHtmlWindow, etc.
[wxWidgets.git] / wxPython / src / html.i
index 506e999c0829df6b10bf74d44ec690e4d8c019bd..9fc0835024d2b13c3da6083854fc7e366ba7f556 100644 (file)
@@ -546,14 +546,14 @@ public:
     wxPyHtmlWindow(wxWindow *parent, int id = -1,
                  wxPoint& pos = wxDefaultPosition,
                  wxSize& size = wxDefaultSize,
-                 int flags=wxHW_SCROLLBAR_AUTO,
+                 int style=wxHW_SCROLLBAR_AUTO,
                  const wxString& name = wxPyHtmlWindowNameStr);
     %name(wxPreHtmlWindow)wxPyHtmlWindow();
 
     bool Create(wxWindow *parent, int id = -1,
                 wxPoint& pos = wxDefaultPosition,
                 wxSize& size = wxDefaultSize,
-                int flags=wxHW_SCROLLBAR_AUTO,
+                int style=wxHW_SCROLLBAR_AUTO,
                 const wxString& name = wxPyHtmlWindowNameStr);