Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv17202
Modified Files:
AlertBox.py ConfirmBox.py PopupBox.py
Log Message:
Better default height now.
Index: AlertBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/AlertBox.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AlertBox.py 9 Mar 2003 21:37:06 -0000 1.5
--- AlertBox.py 23 Mar 2003 23:11:10 -0000 1.6
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2003/03/23 23:11:10 rshortt
+ # Better default height now.
+ #
# Revision 1.5 2003/03/09 21:37:06 rshortt
# Improved drawing. draw() should now be called instead of _draw(). draw()
***************
*** 92,96 ****
"""
! def __init__(self, text=" ", left=None, top=None, width=300, height=160,
bg_color=None, fg_color=None, icon=None, border=None,
bd_color=None, bd_width=None):
--- 95,99 ----
"""
! def __init__(self, text=" ", left=None, top=None, width=300, height=110,
bg_color=None, fg_color=None, icon=None, border=None,
bd_color=None, bd_width=None):
Index: ConfirmBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/ConfirmBox.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConfirmBox.py 9 Mar 2003 21:37:06 -0000 1.4
--- ConfirmBox.py 23 Mar 2003 23:11:10 -0000 1.5
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.5 2003/03/23 23:11:10 rshortt
+ # Better default height now.
+ #
# Revision 1.4 2003/03/09 21:37:06 rshortt
# Improved drawing. draw() should now be called instead of _draw(). draw()
***************
*** 85,89 ****
def __init__(self, text=" ", handler=None, left=None, top=None,
! width=300, height=160, bg_color=None, fg_color=None,
icon=None, border=None, bd_color=None, bd_width=None):
--- 88,92 ----
def __init__(self, text=" ", handler=None, left=None, top=None,
! width=300, height=110, bg_color=None, fg_color=None,
icon=None, border=None, bd_color=None, bd_width=None):
Index: PopupBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/PopupBox.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PopupBox.py 9 Mar 2003 21:37:06 -0000 1.7
--- PopupBox.py 23 Mar 2003 23:11:10 -0000 1.8
***************
*** 11,14 ****
--- 11,17 ----
#-----------------------------------------------------------------------
# $Log$
+ # Revision 1.8 2003/03/23 23:11:10 rshortt
+ # Better default height now.
+ #
# Revision 1.7 2003/03/09 21:37:06 rshortt
# Improved drawing. draw() should now be called instead of _draw(). draw()
***************
*** 124,128 ****
"""
! def __init__(self, text=" ", left=None, top=None, width=None, height=None,
bg_color=None, fg_color=None, icon=None, border=None,
bd_color=None, bd_width=None):
--- 127,131 ----
"""
! def __init__(self, text=" ", left=None, top=None, width=360, height=60,
bg_color=None, fg_color=None, icon=None, border=None,
bd_color=None, bd_width=None):
***************
*** 142,149 ****
((bg_type, skin_bg), BLAH, BLAH, skin_font, BLAH, BLAH) = \
self.skin.GetPopupBoxStyle()
-
-
- if not self.width: self.width = 360
- if not self.height: self.height = 60
if not self.left: self.left = self.osd.width/2 - self.width/2
--- 145,148 ----
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog