Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6982

Modified Files:
        plugin.py 
Log Message:
update doc

Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** plugin.py   31 Aug 2003 17:15:00 -0000      1.34
--- plugin.py   1 Sep 2003 18:45:28 -0000       1.35
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.35  2003/09/01 18:45:28  dischi
+ # update doc
+ #
  # Revision 1.34  2003/08/31 17:15:00  dischi
  # default level is 10 now to make it possible to set items before default ones
***************
*** 106,110 ****
      the item itself.
      
!     def eventhandler(self, item, event, menuw):
      """
      def __init__(self):
--- 109,113 ----
      the item itself.
      
!     def eventhandler(self, item, event, menuw=None):
      """
      def __init__(self):
***************
*** 130,134 ****
      def draw(self(type, object), osd):
          this function will be called to update the screen
!     def eventhandler(self, event):
          events no one else wants will be passed to this functions, when
          you also set the variable event_listener to TRUE, the object will
--- 133,137 ----
      def draw(self(type, object), osd):
          this function will be called to update the screen
!     def eventhandler(self, event, menuw=None):
          events no one else wants will be passed to this functions, when
          you also set the variable event_listener to TRUE, the object will




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to