this is a little funny idea, but I can imagine, it could be useful to provide for example ctrl-right mouse fast access to a menu.
I for me tried DocumentList.
def OnPopUp(self, event): ->if event.ControlDown(): ->->[custom choosen function] ->else: ->->drPopUp.OnPopUp(self, event)
It would be neat to maybe add a plugin function:
DrFrame.PBind(DrFrame.EVT_POP_UP).
Log in to post a comment.
this is a little funny idea, but I can imagine, it could be useful to provide for example ctrl-right mouse fast
access to a menu.
I for me tried DocumentList.
def OnPopUp(self, event):
->if event.ControlDown():
->->[custom choosen function]
->else:
->->drPopUp.OnPopUp(self, event)
It would be neat to maybe add a plugin function:
DrFrame.PBind(DrFrame.EVT_POP_UP).