]> Dogcows Code - chaz/openbox/commitdiff
ignore NUM values in enums
authorDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 17:39:34 +0000 (17:39 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 17:39:34 +0000 (17:39 +0000)
wrap/ob_python.i

index e5c54301b53a15cb3a27ce44c13ed40055d273fd..66fd83e93c16c1d7fff872ec9497b9d8824c295a 100644 (file)
@@ -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 &);
This page took 0.022185 seconds and 4 git commands to generate.