2003-01-11 19:17:13 +00:00
|
|
|
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
|
2003-01-10 06:34:57 +00:00
|
|
|
#ifndef __otk_hh
|
|
|
|
#define __otk_hh
|
|
|
|
|
2003-01-18 00:33:48 +00:00
|
|
|
#include "../config.h"
|
|
|
|
|
2003-01-10 06:34:57 +00:00
|
|
|
#include "eventdispatcher.hh"
|
|
|
|
#include "eventhandler.hh"
|
|
|
|
#include "widget.hh"
|
|
|
|
#include "focuswidget.hh"
|
|
|
|
#include "focuslabel.hh"
|
|
|
|
#include "appwidget.hh"
|
|
|
|
#include "application.hh"
|
|
|
|
#include "assassin.hh"
|
2003-01-28 00:31:20 +00:00
|
|
|
#include "label.hh"
|
2003-01-10 06:34:57 +00:00
|
|
|
#include "button.hh"
|
2003-01-23 00:14:44 +00:00
|
|
|
#include "rendercolor.hh"
|
2003-01-10 06:34:57 +00:00
|
|
|
#include "configuration.hh"
|
|
|
|
#include "display.hh"
|
|
|
|
#include "font.hh"
|
2003-01-23 00:14:44 +00:00
|
|
|
//#include "gccache.hh"
|
|
|
|
#include "rendercontrol.hh"
|
2003-01-10 06:34:57 +00:00
|
|
|
#include "point.hh"
|
|
|
|
#include "property.hh"
|
|
|
|
#include "rect.hh"
|
|
|
|
#include "screeninfo.hh"
|
|
|
|
#include "strut.hh"
|
2003-01-23 00:14:44 +00:00
|
|
|
#include "renderstyle.hh"
|
2003-01-18 03:52:58 +00:00
|
|
|
#include "surface.hh"
|
2003-01-23 00:14:44 +00:00
|
|
|
#include "rendertexture.hh"
|
2003-01-10 06:34:57 +00:00
|
|
|
#include "timer.hh"
|
|
|
|
#include "util.hh"
|
2003-01-13 05:54:40 +00:00
|
|
|
#include "ustring.hh"
|
2003-01-10 06:34:57 +00:00
|
|
|
#include "widget.hh"
|
|
|
|
|
|
|
|
#endif // __otk_hh
|