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
|
|
|
|
|
|
|
|
#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 "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
|