LiTE TODO List
From DirectFBWiki
This is a list of things that are good to finish for LiTE 1.0 that should be ready late 2005 or early 2006.
| Table of contents |
[edit]
Core Code
[edit]
Theme Engine
- Update the LiteButton so it understands the LiteTheme engine and could add bitmaps based on the states via a LiteButtonTheme
- Update the LiteSlider so it understands the LiteTheme engine and uses bitmaps defined via its specific LiteSliderTheme.
[edit]
Unit Tests
- Write far more unit tests to test out all parts of LiTE, see tests/ directory for the current unit test model and existing unit tests.
[edit]
Documentation
- Update this wiki page with more practical information, notes, and so on.
[edit]
Examples
- How to build a complex widget consisting of multiple LiTE widgets.
- ex checkbox, radiobutton cluster.
