From 99cd843fc6dc7a7f55b6c90fd1162f233853aad2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 8 Feb 2003 07:33:48 +0000 Subject: 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. --- otk/otk.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'otk/otk.hh') 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" -- cgit v1.2.3