Author: qmathe
Date: Tue Jun  9 19:11:46 2009
New Revision: 4770

URL: http://svn.gna.org/viewcvs/etoile?rev=4770&view=rev
Log:
Added new ETStyleGroup class.
First step in making the styling support really usable and clean. 

The current version implements styles as linked list which can bound to a 
layout 
item with -setStyle:. However this doesn't work well because styles tend to be 
shared and you get in trouble when you want to chain new styles without 
altering 
all the items which share the existing style. See ChangeLog also.

Added:
    trunk/Etoile/Frameworks/EtoileUI/Headers/ETStyleGroup.h
    trunk/Etoile/Frameworks/EtoileUI/Source/ETStyleGroup.m
Modified:
    trunk/Etoile/Frameworks/EtoileUI/ChangeLog
    trunk/Etoile/Frameworks/EtoileUI/GNUmakefile
    trunk/Etoile/Frameworks/EtoileUI/Headers/EtoileUI.h
    trunk/Etoile/Frameworks/EtoileUI/Source/GNUmakefile


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to