Update of /cvsroot/freevo/freevo/src/gui/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20176/widgets
Modified Files:
GUIObject.py Window.py
Log Message:
gui update
Index: Window.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/widgets/Window.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Window.py 22 Jul 2004 21:12:35 -0000 1.1
--- Window.py 24 Jul 2004 12:22:16 -0000 1.2
***************
*** 8,11 ****
--- 8,14 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.2 2004/07/24 12:22:16 dischi
+ # gui update
+ #
# Revision 1.1 2004/07/22 21:12:35 dischi
# move all widget into subdir, code needs update later
***************
*** 75,83 ****
if not parent or parent == 'osd':
! parent = self.osd.app_list[0]
parent.add_child(self)
! self.osd.add_app(self)
self.event_context = 'input'
--- 78,86 ----
if not parent or parent == 'osd':
! parent = rc.app_list[0]
parent.add_child(self)
! rc.add_app(self)
self.event_context = 'input'
Index: GUIObject.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/widgets/GUIObject.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GUIObject.py 23 Jul 2004 19:43:31 -0000 1.2
--- GUIObject.py 24 Jul 2004 12:22:16 -0000 1.3
***************
*** 8,11 ****
--- 8,14 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.3 2004/07/24 12:22:16 dischi
+ # gui update
+ #
# Revision 1.2 2004/07/23 19:43:31 dischi
# move most of the settings code out of the skin engine
***************
*** 336,340 ****
object = object.parent
! self.osd.app_list[-1].blit_parent()
self.osd.update()
--- 339,343 ----
object = object.parent
! rc.app_list[-1].blit_parent()
self.osd.update()
***************
*** 352,356 ****
blit self.surface to the parent.surface
"""
! if self.osd.app_list.count(self):
p = False
elif self.parent.surface:
--- 355,359 ----
blit self.surface to the parent.surface
"""
! if rc.app_list.count(self):
p = False
elif self.parent.surface:
***************
*** 478,482 ****
self.parent.children.remove(self)
! self.osd.remove_app(self)
self.hide()
--- 481,485 ----
self.parent.children.remove(self)
! rc.remove_app(self)
self.hide()
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog