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

Modified Files:
        menu.py 
Log Message:
Added viewitem and infoitem to the menu to set an item which image/info
to take (only for the new skin)


Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** menu.py     9 Mar 2003 21:38:37 -0000       1.21
--- menu.py     18 Mar 2003 09:37:00 -0000      1.22
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.22  2003/03/18 09:37:00  dischi
+ # Added viewitem and infoitem to the menu to set an item which image/info
+ # to take (only for the new skin)
+ #
  # Revision 1.21  2003/03/09 21:38:37  rshortt
  # In MenuWidget call child.draw() now instead of child._draw().
***************
*** 200,203 ****
--- 204,212 ----
          else:
              self.skin_settings = None
+ 
+         # special items for the new skin to use in the view or info
+         # area. If None, menu.selected will be taken
+         self.infoitem = None
+         self.viewitem = None
  
          # Called when a child menu returns. This function returns a new menu




-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to