Update of /cvsroot/freevo/freevo/src/gui/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12704/src/gui/windows

Modified Files:
        window.py 
Log Message:
move context handling from eventhandler to input

Index: window.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/windows/window.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** window.py   9 Jun 2005 19:43:53 -0000       1.3
--- window.py   16 Jul 2005 08:41:12 -0000      1.4
***************
*** 60,64 ****
          Container.__init__(self)
          self.set_zindex(100)
-         self.event_context = 'input'
          self.__display  = None
  
--- 60,63 ----
***************
*** 157,158 ****
--- 156,164 ----
          """
          return False
+ 
+ 
+     def get_eventmap(self):
+         """
+         Return the eventmap for the window
+         """
+         return 'input'



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to