summaryrefslogtreecommitdiff
path: root/otk/TODO
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 18:42:39 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 18:42:39 +0000
commita52a6d96d701c993896f276e4198003317632aaf (patch)
treebe2f51e6a433d1fdf9a7c8248b343cb3f6297212 /otk/TODO
parenta36c7543d4eedaa9e10bfd9f4d9b81279b1bb7e6 (diff)
rm the old code including the .pys and the c++ shit
Diffstat (limited to 'otk/TODO')
-rw-r--r--otk/TODO38
1 files changed, 0 insertions, 38 deletions
diff --git a/otk/TODO b/otk/TODO
deleted file mode 100644
index 1a380c13..00000000
--- a/otk/TODO
+++ /dev/null
@@ -1,38 +0,0 @@
-* Implement borders and border overlapping in widget
- the widget has a outer geometry(that of the border) and a inner one
- (the current geometry)
- if the overlap flag is true, the inner widgets' borders are overlapped
- as much as possible while the widgets are still entirely visible.
-
-* make OtkButton do pixmaps
-
-* OtkMenu
- this can wait, probably
-
-* OtkWidget
- see about focus()
- focus() on widgets means 'highlight', not take Focus. solve this mess
-
-* OtkTextWidget
- widget that holds text that can be justified and whatnot
- the button should prolly be modified to subclass this
-
-* OtkApplication
- do all derty work init display/screen/style/image control etc
- event loop
- do docking
- close app, clean up crap
- watch for style properties on the root window, update crap
- on the fly.
-
-* widget factory for openbox
- singleton that fetches widgets to openbox so that openbox
- doesn't need to do useless work in creating/initializing/etc
-
-* cleanup image code
- less deps on screen and display
- what's this thing about 8bpp being busticatered
-
-* cleanups
- name classes OtkBummy instead of OB... or B...
- make Style hold pointers to colors and textures