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

Modified Files:
        image.py 
Log Message:
add __str__ for debug


Index: image.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/widgets/image.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** image.py    9 Oct 2004 16:21:51 -0000       1.5
--- image.py    30 Dec 2004 11:49:21 -0000      1.6
***************
*** 88,89 ****
--- 88,94 ----
              # set position on parent
              self.set_pos(pos)
+ 
+ 
+     def __str__(self):
+         return 'Image pos=%sx%s, size=%sx%s, zindex=%s' % \
+                (self.get_pos() + self.get_size() + (self.get_zindex(), ))



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to