]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/wxpTag.py
Added SetSashPosition
[wxWidgets.git] / wxPython / wx / lib / wxpTag.py
index 5de374e9901b52bb7433bf408f823681ce709da3..4adefc12a7683418dd7967e5743c64bfd8531f72 100644 (file)
@@ -161,7 +161,7 @@ class wxpTagHandler(wx.html.HtmlWinTagHandler):
         self.ParseInner(tag)
 
         # create the object
-        parent = self.GetParser().GetWindow()
+        parent = self.GetParser().GetWindowInterface().GetHTMLWindow()
         if parent:
             obj = apply(self.ctx.classObj,
                         (parent,),