]> icculus.org git repositories - mikachu/openbox.git/blob - otk/TODO
initial commit
[mikachu/openbox.git] / otk / TODO
1 * make OtkButton do pixmaps
2
3 * OtkWidget
4         see about focus()
5         focus() on widgets means 'highlight', not take Focus. solve this mess
6
7 * OtkEventHandler
8         make widget inherit from this
9         let the user override handling functions as needed
10
11 * OtkApplication
12         do all derty work init display/screen/style/image control etc
13         event loop
14         do docking
15         close app, clean up crap
16         watch for style properties on the root window, update crap
17                 on the fly.
18
19 * widget factory for openbox
20         singleton that fetches widgets to openbox so that openbox
21         doesn't need to do useless work in creating/initializing/etc
22
23 * cleanup image code
24         less deps on screen and display
25         what's this thing about 8bpp being busticatered
26
27 * cleanups
28         name classes OtkBummy instead of OB... or B...
29         make Style hold pointers to colors and textures