Community
Participate
Working Groups
Created attachment 118965 [details] TK-UI CSS engine Eclipse project for Nebula widget Build ID: N/A Steps To Reproduce: Project wich provide TK-UI CSS engine implementation for Nebula widgets. It manage CSS for Nebula Gallery widget. Here a sample GalleryItem { background-color:#98cbbc; color: white; font:bold; } GalleryItem:selected { color: yellow; background-color:#d0e8e0; } Gallery { background-color:#008080; //font:bold; //selection-color:red } More information:
Thanks Angelo. Released to HEAD org.eclipse.e4.ui.css.nebula org.eclipse.e4.ui.examples.css.nebula Presently it only styles Gallery widget, and each Nebula widget is delivered via it's own project, so maybe we should've called it org.eclipse.e4.ui.css.gallery. I guess the question is, would we have one CSS project that assumes you have all Nebula widgets, or N CSS projects for N Nebula projects? Tom, your thoughts?
Kevin - over at Nebula we are on the way to create a new sub-project called CWT [1] which is going to be the foundation for our widgets hopefully (it will include animation too). It will propably come along with built-in CSS-Support (similar to what I proposed today on e4-dev mailing list). I think you should have one project dealing with N-Widgets. [1] http://www.aspencloud.com/cwt