Ed Leafe wrote: > On Jan 19, 2007, at 4:10 PM, Paul McNett wrote: > >> + if wx.VERSION[0] == 2 and wx.VERSION[1] >= 7: >> + item = self.RemoveItem_28(item) >> + else: >> + self.RemoveItem(item) > > Nitpick: since the 2.8-specific code is not a native wxPython > method, but rather one of ours, shouldn't it be removeItem_28() ?
Yep, good eye. At first, I was overriding wx's RemoveItem, but then I found that the code in there was wx2.8 specific, so I renamed it to test. I'll do it... -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
