From 3827c1a76e27865a9e2cc9da43c42399ea354e18 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Dec 2002 02:19:49 +0000 Subject: python with callbacks! --- src/actions.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/actions.hh') diff --git a/src/actions.hh b/src/actions.hh index 7168fce4..1a8d02c4 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -23,6 +23,16 @@ namespace ob { */ class OBActions : public otk::OtkEventHandler { public: + enum ActionType { + Action_ButtonPress, + Action_ButtonRelease, + Action_EnterWindow, + Action_LeaveWindow, + Action_KeyPress, + Action_MouseMotion, + NUM_ACTIONS + }; + struct ButtonReleaseAction { Window win; unsigned int button; -- cgit v1.2.3