Changeset - 001646cd5349
[Not reviewed]
default
0 1 0
drewp - 22 years ago 2002-07-09 07:36:29

all mousewheel events everywhere will now pass up the tree to be caught by
all mousewheel events everywhere will now pass up the tree to be caught by
higher widgets. if things get slow, this might be the problem
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light8/rsn.py
Show inline comments
 
@@ -27,8 +27,12 @@ parportdmx = io.ParportDMX(DUMMY)
 
mr_lightboard = Lightboard(root,parportdmx,DUMMY)
 

	
 
signal(SIGINT, mr_lightboard.quit)
 

	
 

	
 
bindkeys(root,'<Escape>', mr_lightboard.quit)
 

	
 
root.bind_class("all","<ButtonPress-4>",lambda ev: eventtoparent(ev,"<ButtonPress-4>"))
 
root.bind_class("all","<ButtonPress-5>",lambda ev: eventtoparent(ev,"<ButtonPress-5>"))
 

	
 
root.mainloop() # Receiver switches main
 

	
0 comments (0 inline, 0 general)