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

Modified Files:
        skin.py 
Log Message:
add function to change a skin area

Index: skin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skin.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** skin.py     14 Feb 2004 13:01:08 -0000      1.10
--- skin.py     24 Feb 2004 19:36:25 -0000      1.11
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2004/02/24 19:36:25  dischi
+ # add function to change a skin area
+ #
  # Revision 1.10  2004/02/14 13:01:08  dischi
  # copy all needed function from the skin implementation to this module
***************
*** 58,65 ****
  
  # a list of all functions the skin needs to have
! __all__ = ( 'Rectange', 'Image', 'Area', 'register', 'delete', 'set_base_fxd',
!             'load', 'get_skins', 'get_settings', 'toggle_display_style',
!             'get_display_style', 'get_popupbox_style', 'get_font', 'get_icon',
!             'items_per_page', 'clear', 'redraw', 'prepare', 'draw' )
      
  
--- 61,69 ----
  
  # a list of all functions the skin needs to have
! __all__ = ( 'Rectange', 'Image', 'Area', 'register', 'delete', 'change_area',
!             'set_base_fxd', 'load', 'get_skins', 'get_settings',
!             'toggle_display_style', 'get_display_style', 'get_popupbox_style',
!             'get_font', 'get_icon', 'items_per_page', 'clear', 'redraw',
!             'prepare', 'draw' )
      
  



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to