MCPcopy Create free account
hub / github.com/Image-Py/imagepy / f

Function f

imagepy/ui/toolsloader.py:78–84  ·  view source on GitHub ↗
(plg, e)

Source from the content-addressed store, hash-verified

76 menu.Destroy()
77
78def 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
86def set_info(value):
87 IPy.curapp.set_info(value)

Callers 15

add_toolsFunction · 0.70
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50
drawMethod · 0.50

Calls 1

startMethod · 0.45

Tested by

no test coverage detected