rm the old code including the .pys and the c++ shit
[dana/openbox.git] / wrap / otk_button.i
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2
3 %module otk_button
4
5 %{
6 #include "config.h"
7 #include "button.hh"
8 %}
9
10 %include "otk_widget.i"
11 %include "otk_ustring.i"
12 %include "otk_font.i"
13 %include "otk_renderstyle.i"
14
15 namespace otk {
16
17 %ignore Button::clickHandler(unsigned int);
18 %ignore Button::styleChanged(const RenderStyle &);
19
20 }
21
22 %include "button.hh"