diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-08 07:33:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-08 07:33:48 +0000 |
| commit | 99cd843fc6dc7a7f55b6c90fd1162f233853aad2 (patch) | |
| tree | 42b25c02cbf984fe29b378e9d0dbfbca1436c87b /otk/Makefile.am | |
| parent | d2df40965bbf042e062b65d6adc12bc158d503eb (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/Makefile.am')
| -rw-r--r-- | otk/Makefile.am | 17 |
1 files changed, 8 insertions, 9 deletions
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 \ |
