]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
all broken now. working on adding mouse binding support
[chaz/openbox] / src / openbox.i
index d4b83575e31bdc49d8e21ab32f5aa8571e195f82..74ed301060fa72c36158c717a7fd1b93f98164b5 100644 (file)
 %rename(preregister) ob::python_preregister;
 %rename(unregister) ob::python_unregister;
 %rename(unregister_all) ob::python_unregister_all;
-%rename(bind) ob::python_bind;
-%rename(unbind) ob::python_unbind;
+%rename(bind_key) ob::python_bind_key;
+%rename(unbind_key) ob::python_unbind_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;
This page took 0.019795 seconds and 4 git commands to generate.