From d8aff44a6a639de83ba8f0957f9f9f17f2a05532 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 16 Jan 2003 08:44:52 +0000 Subject: redo otk::Property. make it static. --- src/openbox.i | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/openbox.i') diff --git a/src/openbox.i b/src/openbox.i index 657e31b7..f4385607 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -109,12 +109,17 @@ void python_callback(PyObject *func, KeyData *data) } }; +%include "../otk/ustring.i" + %ignore otk::display; %inline %{ otk::Display *Display_instance() { return otk::display; } %}; -%include "../otk/ustring.i" +%ignore otk::Property::atoms; +%inline %{ + const otk::Atoms& Property_atoms() { return otk::Property::atoms; } +%}; %include "../otk/display.hh" %include "../otk/point.hh" -- cgit v1.2.3