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() ?
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev