summaryrefslogtreecommitdiff
path: root/otk/otk.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-08 07:33:48 +0000
committerDana Jansens <danakj@orodu.net>2003-02-08 07:33:48 +0000
commit99cd843fc6dc7a7f55b6c90fd1162f233853aad2 (patch)
tree42b25c02cbf984fe29b378e9d0dbfbca1436c87b /otk/otk.hh
parentd2df40965bbf042e062b65d6adc12bc158d503eb (diff)
Brand spankin new widgets for otk (Label and Button).
Add a new Size class. Rect, Point, and Size are immutable classes. Size uses *UNSIGNED* ints. This is causing me headaches * a bajillion right now, so we'll see about that.
Diffstat (limited to 'otk/otk.hh')
-rw-r--r--otk/otk.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/otk/otk.hh b/otk/otk.hh
index 9be1ec36..62788cba 100644
--- a/otk/otk.hh
+++ b/otk/otk.hh
@@ -7,8 +7,6 @@
#include "eventdispatcher.hh"
#include "eventhandler.hh"
#include "widget.hh"
-#include "focuswidget.hh"
-#include "focuslabel.hh"
#include "appwidget.hh"
#include "application.hh"
#include "assassin.hh"
@@ -17,8 +15,8 @@
#include "rendercolor.hh"
#include "display.hh"
#include "font.hh"
-//#include "gccache.hh"
#include "rendercontrol.hh"
+#include "size.hh"
#include "point.hh"
#include "property.hh"
#include "rect.hh"