summaryrefslogtreecommitdiff
path: root/wrap/otk_appwidget.i
blob: 25de3469f0c6f19771fe5530242594592ed81310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-

%module otk_appwidget

%{
#include "config.h"
#include "appwidget.hh"
%}

%include "otk_widget.i"
%include "otk_application.i"

namespace otk {

%ignore AppWidget::clientMessageHandler(const XClientMessageEvent &);


}

%include "appwidget.hh"