def f(plg, e):
##! TODO: What's this? for wx.EVT_LEFT_DOWN
plg.start()
#print e.GetEventObject().SetBackgroundColour(
# wx.SystemSettings.GetColour( wx.SYS_COLOUR_HIGHLIGHT ) )
if isinstance(plg, Tool):
e.Skip()
文章目录