all repos — openbox @ 515f8d8760f614b127b4435dca7881a32b5b6207

openbox fork - make it a bit more like ryudo

otk/otk.hh (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
#ifndef __otk_hh
#define __otk_hh

#include "config.h"

#include "eventdispatcher.hh"
#include "eventhandler.hh"
#include "widget.hh"
#include "appwidget.hh"
#include "application.hh"
#include "assassin.hh"
#include "label.hh"
#include "button.hh"
#include "rendercolor.hh"
#include "display.hh"
#include "font.hh"
#include "messagedialog.hh"
#include "rendercontrol.hh"
#include "size.hh"
#include "point.hh"
#include "property.hh"
#include "rect.hh"
#include "screeninfo.hh"
#include "strut.hh"
#include "renderstyle.hh"
#include "surface.hh"
#include "rendertexture.hh"
#include "timer.hh"
#include "util.hh"
#include "ustring.hh"
#include "widget.hh"

namespace otk {
void initialize();
void destroy();
}

#endif // __otk_hh