rm the old code including the .pys and the c++ shit
[dana/openbox.git] / wrap / otk_application.i
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2
3 %module otk_application
4
5 %{
6 #include "config.h"
7 #include "application.hh"
8 %}
9
10 %include "otk_widget.i"
11
12 %import "../otk/eventdispatcher.hh"
13 %include "application.hh"