From 5f78b51429b204f89b654d634bb4cc8cb78b95f6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Dec 2002 00:04:32 +0000 Subject: using python and swig for now. --- src/openbox.i | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/openbox.i (limited to 'src/openbox.i') diff --git a/src/openbox.i b/src/openbox.i new file mode 100644 index 00000000..bde9a8cb --- /dev/null +++ b/src/openbox.i @@ -0,0 +1,28 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +%module openbox + +%{ +#ifdef HAVE_CONFIG_H +# include "../config.h" +#endif + +#include "openbox.hh" +#include "screen.hh" +#include "client.hh" +%} + +%immutable ob::Openbox::instance; + +%include "openbox.hh" +%include "screen.hh" +%include "client.hh" + + +%include stl.i +%include std_list.i + +%{ +class OBClient; +%} +%template(ClientList) std::list; -- cgit v1.2.3