self.Bind(wx.EVT_BUTTON, self.OnOpenURLButton, btn)
btnSizer.Add(btn, proportion=1, flag=wx.EXPAND|wx.ALL, border=5)
- btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND)
+ btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND)
sizer.Add(btnSizer, proportion=0, flag=wx.EXPAND)
self.SetSizer(sizer)
dlg.Destroy()
-overview = """\<html><body>
-<h2>wx.lib.pdfwin.FlashWindow</h2>
+overview = """\
+<html><body>
+<h2>wx.lib.flashwin.FlashWindow</h2>
The wx.lib.pdfwin.FlashWindow class is yet another example of using
ActiveX controls from wxPython using the new wx.activex module. This