X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.i;h=1b2275689471bb768f9f6a34943284c30b19b617;hb=527697d6aee92ab3780eb34af158ac9d2207939c;hp=719909e20f90272e658860e50802546aeb3e9760;hpb=a6661d587cd043e1894418c091b8dbd4e18a7d55;p=chaz%2Fopenbox diff --git a/src/openbox.i b/src/openbox.i index 719909e2..1b227568 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -10,11 +10,12 @@ #include "openbox.hh" #include "screen.hh" #include "client.hh" -#include "python.hh" #include "bindings.hh" +#include "actions.hh" %} -%include stl.i +%include "stl.i" +%include "exception.i" //%include std_list.i //%template(ClientList) std::list; @@ -23,46 +24,6 @@ ob::Openbox *Openbox_instance() { return ob::Openbox::instance; } %}; -// stuff for scripting callbacks! -%inline %{ - enum ActionType { - Action_ButtonPress, - Action_ButtonRelease, - Action_Click, - Action_DoubleClick, - Action_EnterWindow, - Action_LeaveWindow, - Action_KeyPress, - Action_MouseMotion - }; - enum WidgetType { - Type_Frame, - Type_Titlebar, - Type_Handle, - Type_Plate, - Type_Label, - Type_MaximizeButton, - Type_CloseButton, - Type_IconifyButton, - Type_StickyButton, - Type_LeftGrip, - Type_RightGrip, - Type_Client, - Type_Root - }; -%} -%ignore ob::python_callback; -%rename(register) ob::python_register; -%rename(preregister) ob::python_preregister; -%rename(unregister) ob::python_unregister; -%rename(unregister_all) ob::python_unregister_all; -%rename(bind_key) ob::python_bind_key; -%rename(unbind_key) ob::python_unbind_key; -%rename(set_reset_key) ob::python_set_reset_key; -%rename(bind_mouse) ob::python_bind_mouse; -%rename(unbind_mouse) ob::python_unbind_mouse; -%rename(unbind_all) ob::python_unbind_all; - %ignore ob::OBScreen::clients; %{ #include @@ -83,6 +44,7 @@ %import "../otk/eventdispatcher.hh" %import "../otk/eventhandler.hh" %import "widget.hh" +%import "actions.hh" %include "openbox.hh" %include "screen.hh"