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/Makefile.am | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'otk/Makefile.am') diff --git a/otk/Makefile.am b/otk/Makefile.am index 504319a7..0c463b5c 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -4,18 +4,17 @@ pkgconfigdir = $(libdir)/pkgconfig CPPFLAGS=$(XFT_CFLAGS) @CPPFLAGS@ -DBUTTONSDIR=\"$(buttonsdir)\" -#noinst_LIBRARIES=libotk.a lib_LTLIBRARIES=libotk.la -libotk_la_SOURCES=rendercontrol.cc truerendercontrol.cc surface.cc \ +libotk_la_SOURCES=rendercontrol.cc truerendercontrol.cc surface.cc util.cc \ renderstyle.cc rendercolor.cc pseudorendercontrol.cc \ - display.cc font.cc \ - property.cc rect.cc screeninfo.cc \ - timer.cc \ - util.cc widget.cc focuswidget.cc \ - button.cc eventhandler.cc eventdispatcher.cc ustring.cc \ - label.cc focuslabel.cc application.cc appwidget.cc -includeotk_HEADERS=application.hh appwidget.hh assassin.hh button.hh \ + display.cc font.cc screeninfo.cc property.cc timer.cc \ + eventdispatcher.cc eventhandler.cc ustring.cc \ + widget.cc application.cc label.cc appwidget.cc button.cc + +#focuswidget.cc focuslabel.cc + +includeotk_HEADERS=application.hh appwidget.hh assassin.hh button.hh size.hh \ display.hh eventdispatcher.hh eventhandler.hh \ focuslabel.hh focuswidget.hh font.hh label.hh otk.hh \ point.hh property.hh pseudorendercontrol.hh rect.hh \ -- cgit v1.2.3