add OBDisplay_display()

This commit is contained in:
Dana Jansens 2003-01-10 08:52:43 +00:00
parent 69f38b9f55
commit 558b55b0c3

View file

@ -107,6 +107,11 @@ void python_callback(PyObject *func, KeyData *data)
}
};
%ignore otk::OBDisplay::display;
%inline %{
Display *OBDisplay_display() { return otk::OBDisplay::display; }
%};
%include "../otk/display.hh"
%include "../otk/point.hh"
%include "../otk/property.hh"