openbox/otk/otk.hh

34 lines
695 B
C++
Raw Normal View History

#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