diff options
Diffstat (limited to 'wrap/otk_rect.i')
| -rw-r--r-- | wrap/otk_rect.i | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wrap/otk_rect.i b/wrap/otk_rect.i new file mode 100644 index 00000000..2ff54d94 --- /dev/null +++ b/wrap/otk_rect.i @@ -0,0 +1,13 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +%module otk_rect + +%{ +#include "config.h" +#include "rect.hh" +%} + +%include "otk_point.i" +%include "otk_size.i" + +%include "rect.hh" |
