summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-11-16 12:10:59 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-11-16 12:10:59 +0000
commit6223b6a3efe7591feae9a342ad92f34e1aefed54 (patch)
tree2dc247c40c8516b1c48dd57bf3d0eea9bed839a2 /otk
parent7df3b620e21777dbefa24f381c1a95fafed1c16e (diff)
:
Diffstat (limited to 'otk')
-rw-r--r--otk/TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/otk/TODO b/otk/TODO
index 5385b62b..1a380c13 100644
--- a/otk/TODO
+++ b/otk/TODO
@@ -1,3 +1,9 @@
+* 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
@@ -11,10 +17,6 @@
widget that holds text that can be justified and whatnot
the button should prolly be modified to subclass this
-* OtkEventHandler
- make widget inherit from this
- let the user override handling functions as needed
-
* OtkApplication
do all derty work init display/screen/style/image control etc
event loop