oftn-oswg / suit-js

A slick user-interface toolkit created in JavaScript for use with HTML5 canvas.
http://oftn.org/projects/suit/
Other
10 stars 1 forks source link

Seperate theming code from widget logic to a ThemeEngine class #5

Open dsamarin opened 13 years ago

dsamarin commented 13 years ago

Currently all widget drawing is hard-coded into the widgets themselves.. This should be separated into a ThemeEngine interface to allow for custom theming.