projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbfa279
)
ignore NUM values in enums
author
Dana Jansens
<danakj@orodu.net>
Mon, 17 Feb 2003 17:39:34 +0000
(17:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 17 Feb 2003 17:39:34 +0000
(17:39 +0000)
wrap/ob_python.i
patch
|
blob
|
history
diff --git
a/wrap/ob_python.i
b/wrap/ob_python.i
index e5c54301b53a15cb3a27ce44c13ed40055d273fd..66fd83e93c16c1d7fff872ec9497b9d8824c295a 100644
(file)
--- a/
wrap/ob_python.i
+++ b/
wrap/ob_python.i
@@
-9,6
+9,12
@@
namespace ob {
+%ignore MouseContext::NUM_MOUSE_CONTEXT;
+%ignore MouseAction::NUM_MOUSE_ACTION;
+%ignore KeyContext::NUM_KEY_CONTEXT;
+%ignore KeyAction::NUM_KEY_ACTION;
+%ignore EventAction::NUM_EVENT_ACTION;
+
%ignore python_init(char*);
%ignore python_destroy();
%ignore python_exec(const std::string &);