diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-16 08:44:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-16 08:44:52 +0000 |
| commit | d8aff44a6a639de83ba8f0957f9f9f17f2a05532 (patch) | |
| tree | 43ebc733819c4337599a55eaed7b701a3401d2a7 /src/openbox.i | |
| parent | 8b0daa912e72085994cfd804a60ba4113ba27148 (diff) | |
redo otk::Property. make it static.
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 7 |
1 files changed, 6 insertions, 1 deletions
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" |
