diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-17 17:39:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-17 17:39:34 +0000 |
| commit | 916b58f99c332f4710574bf7726aba344943c73f (patch) | |
| tree | 976cc8f576d7672238fe03a91273bc655d875aec | |
| parent | fbfa2798623ffa2ae34946070d35eb529a6cb6a9 (diff) | |
ignore NUM values in enums
| -rw-r--r-- | wrap/ob_python.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wrap/ob_python.i b/wrap/ob_python.i index e5c54301..66fd83e9 100644 --- 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 &); |
