Update of /cvsroot/freevo/freevo/skins/dischi1
In directory sc8-pr-cvs1:/tmp/cvs-serv10020
Added Files:
info_area.py
Log Message:
empty info area
--- NEW FILE: info_area.py ---
#if 0
# -----------------------------------------------------------------------
# info_area.py - An info area for the Freevo skin
# -----------------------------------------------------------------------
# $Id: info_area.py,v 1.1 2003/03/05 21:55:21 dischi Exp $
#
# Notes: WIP
# Todo:
#
# -----------------------------------------------------------------------
# $Log: info_area.py,v $
# Revision 1.1 2003/03/05 21:55:21 dischi
# empty info area
#
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
# Copyright (C) 2002 Krister Lagerstrom, et al.
# Please see the file freevo/Docs/CREDITS for a complete list of authors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MER-
# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# -----------------------------------------------------------------------
#endif
from area import Skin_Area
from skin_utils import *
TRUE = 1
FALSE = 0
class Info_Area(Skin_Area):
"""
this call defines the view area
"""
def __init__(self, parent, screen):
Skin_Area.__init__(self, 'info', screen)
def update_content_needed(self):
"""
check if the content needs an update
"""
return FALSE
def update_content(self):
"""
update the info area
"""
pass
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog