(plg, e)
| 76 | menu.Destroy() |
| 77 | |
| 78 | def f(plg, e): |
| 79 | ##! TODO: What's this? for wx.EVT_LEFT_DOWN |
| 80 | plg.start() |
| 81 | #print e.GetEventObject().SetBackgroundColour( |
| 82 | # wx.SystemSettings.GetColour( wx.SYS_COLOUR_HIGHLIGHT ) ) |
| 83 | if isinstance(plg, Tool): |
| 84 | e.Skip() |
| 85 | |
| 86 | def set_info(value): |
| 87 | IPy.curapp.set_info(value) |