This commit is contained in:
Marius Nita 2002-11-16 12:10:59 +00:00
parent 7df3b620e2
commit 6223b6a3ef

View file

@ -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 * make OtkButton do pixmaps
* OtkMenu * OtkMenu
@ -11,10 +17,6 @@
widget that holds text that can be justified and whatnot widget that holds text that can be justified and whatnot
the button should prolly be modified to subclass this the button should prolly be modified to subclass this
* OtkEventHandler
make widget inherit from this
let the user override handling functions as needed
* OtkApplication * OtkApplication
do all derty work init display/screen/style/image control etc do all derty work init display/screen/style/image control etc
event loop event loop