split up the otk stuff into separate files.
authorDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 21:25:52 +0000 (21:25 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 21:25:52 +0000 (21:25 +0000)
commit4534151926c4f3887ba9e37ae67df16f1eb039ef
treeb375f8ce60754639795ae99d59e1be44d52f9b0b
parent1741bddecb23bfc401397222c9961233bb30a87a
split up the otk stuff into separate files.
wrap otk::Property properly with typemaps so that it is usable.
wrap otk::Timer properly so that you can use it with a python callback
23 files changed:
wrap/Makefile.am
wrap/ob.i
wrap/ob_callback.i [moved from wrap/callback.i with 95% similarity]
wrap/ob_client.i
wrap/ob_openbox.i
wrap/ob_screen.i
wrap/otk.i
wrap/otk_application.i [new file with mode: 0644]
wrap/otk_appwidget.i [new file with mode: 0644]
wrap/otk_button.i [new file with mode: 0644]
wrap/otk_font.i [new file with mode: 0644]
wrap/otk_label.i [new file with mode: 0644]
wrap/otk_point.i [new file with mode: 0644]
wrap/otk_property.i [new file with mode: 0644]
wrap/otk_rect.i [new file with mode: 0644]
wrap/otk_rendercolor.i [new file with mode: 0644]
wrap/otk_renderstyle.i [new file with mode: 0644]
wrap/otk_rendertexture.i [new file with mode: 0644]
wrap/otk_size.i [new file with mode: 0644]
wrap/otk_strut.i [new file with mode: 0644]
wrap/otk_timer.i [new file with mode: 0644]
wrap/otk_ustring.i [moved from wrap/ustring.i with 90% similarity]
wrap/otk_widget.i [new file with mode: 0644]