Update of /cvsroot/freevo/freevo/src/gui/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3300
Modified Files:
__init__.py
Log Message:
create Container class inside widgets
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/widgets/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py 5 Oct 2004 19:50:55 -0000 1.2
--- __init__.py 9 Oct 2004 16:22:24 -0000 1.3
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.3 2004/10/09 16:22:24 dischi
+ # create Container class inside widgets
+ #
# Revision 1.2 2004/10/05 19:50:55 dischi
# Cleanup gui/widgets:
***************
*** 42,46 ****
# Container for widgets
from mevas import CanvasContainer
! from mevas import CanvasContainer as Container
# Simple widgets
--- 45,60 ----
# Container for widgets
from mevas import CanvasContainer
!
! class Container(CanvasContainer):
! """
! A CanvasContainer with an optional name for debugging
! """
! def __init__(self, name=''):
! CanvasContainer.__init__(self)
! self.__name = name
!
! def __str__(self):
! return 'Container %s' % self.__name
!
# Simple widgets
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog