]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxArtProvider.py
reSWIGged
[wxWidgets.git] / wxPython / demo / wxArtProvider.py
index a71c1ad0626b9294a6d359571a9ec792982f05bd..02b326680e91a389e17545b1756890ac088782a7 100644 (file)
@@ -126,9 +126,9 @@ class TestPanel(wx.Panel):
         self.Bind(wx.EVT_COMBOBOX, self.OnSelectID, combo)
         combo.Select(0)
 
-        cb = wxCheckBox(self, -1, "Use custom provider")
+        cb = wx.CheckBox(self, -1, "Use custom provider")
         fgs.Add(cb, 0, wx.ALIGN_CENTRE|wx.ALL, 5)
-        self.Bind(EVT_CHECKBOX, self.OnUseCustom, cb)
+        self.Bind(wx.EVT_CHECKBOX, self.OnUseCustom, cb)
 
         fgs.Add((10, 10), 0, wx.ALIGN_CENTRE|wx.ALL, 5)
         fgs.Add((10, 10), 0, wx.ALIGN_CENTRE|wx.ALL, 5)