X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.py;h=42bc8b0a1529e20faa78035905df483dfcf54b1c;hb=084d6f4e42396a5d2baf72877b5abf3ae6fef7be;hp=dbe602247ea4b8eb475f5b2e46a268a0eb1a2eaa;hpb=709c747a743be285b97d0ddfcaa28940394840b9;p=chaz%2Fopenbox diff --git a/src/openbox.py b/src/openbox.py index dbe60224..42bc8b0a 100644 --- a/src/openbox.py +++ b/src/openbox.py @@ -45,7 +45,6 @@ class Display(_object): try: if self.thisown: destroy(self) except: pass - def gcCache(*args): return apply(_openbox.Display_gcCache,args) def screenInfo(*args): return apply(_openbox.Display_screenInfo,args) def findScreen(*args): return apply(_openbox.Display_findScreen,args) def renderControl(*args): return apply(_openbox.Display_renderControl,args) @@ -56,6 +55,7 @@ class Display(_object): def xinerama(*args): return apply(_openbox.Display_xinerama,args) def numLockMask(*args): return apply(_openbox.Display_numLockMask,args) def scrollLockMask(*args): return apply(_openbox.Display_scrollLockMask,args) + def modifierMap(*args): return apply(_openbox.Display_modifierMap,args) def __mul__(*args): return apply(_openbox.Display___mul__,args) def grab(*args): return apply(_openbox.Display_grab,args) def ungrab(*args): return apply(_openbox.Display_ungrab,args) @@ -905,6 +905,9 @@ NUM_MOUSE_ACTION = _openbox.NUM_MOUSE_ACTION KC_Menu = _openbox.KC_Menu KC_All = _openbox.KC_All NUM_KEY_CONTEXT = _openbox.NUM_KEY_CONTEXT +EventKeyPress = _openbox.EventKeyPress +EventKeyRelease = _openbox.EventKeyRelease +NUM_KEY_ACTION = _openbox.NUM_KEY_ACTION EventEnterWindow = _openbox.EventEnterWindow EventLeaveWindow = _openbox.EventLeaveWindow EventPlaceWindow = _openbox.EventPlaceWindow @@ -912,9 +915,9 @@ EventNewWindow = _openbox.EventNewWindow EventCloseWindow = _openbox.EventCloseWindow EventStartup = _openbox.EventStartup EventShutdown = _openbox.EventShutdown -EventKey = _openbox.EventKey EventFocus = _openbox.EventFocus EventBell = _openbox.EventBell +EventUrgentWindow = _openbox.EventUrgentWindow NUM_EVENTS = _openbox.NUM_EVENTS class MouseData(_object): __swig_setmethods__ = {} @@ -1049,6 +1052,10 @@ mbind = _openbox.mbind kbind = _openbox.kbind +kgrab = _openbox.kgrab + +kungrab = _openbox.kungrab + ebind = _openbox.ebind set_reset_key = _openbox.set_reset_key