summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 06:34:57 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 06:34:57 +0000
commita6f1d6b82fbc582aa37e11d1733f36db2bdd21d8 (patch)
tree5c302e1f9caf297c1b8bf9fa1d334bed0b16d987
parentc8e246f8de5af9963b22cc104d22ca10772028dd (diff)
add a header for including everything for otk
-rw-r--r--otk/otk.hh33
1 files changed, 33 insertions, 0 deletions
diff --git a/otk/otk.hh b/otk/otk.hh
new file mode 100644
index 00000000..2ec4f2b0
--- /dev/null
+++ b/otk/otk.hh
@@ -0,0 +1,33 @@
+#ifndef __otk_hh
+#define __otk_hh
+
+#include "eventdispatcher.hh"
+#include "eventhandler.hh"
+#include "widget.hh"
+#include "focuswidget.hh"
+#include "focuslabel.hh"
+#include "appwidget.hh"
+#include "application.hh"
+#include "assassin.hh"
+#include "button.hh"
+#include "color.hh"
+#include "configuration.hh"
+#include "display.hh"
+#include "font.hh"
+#include "gccache.hh"
+#include "image.hh"
+#include "label.hh"
+#include "point.hh"
+#include "property.hh"
+#include "rect.hh"
+#include "screeninfo.hh"
+#include "strut.hh"
+#include "style.hh"
+#include "texture.hh"
+#include "timer.hh"
+#include "timerqueue.hh"
+#include "timerqueuemanager.hh"
+#include "util.hh"
+#include "widget.hh"
+
+#endif // __otk_hh