]> Dogcows Code - chaz/openbox/blobdiff - scripts/callbacks.py
use a focuslabel
[chaz/openbox] / scripts / callbacks.py
index 7f7be6635e9ca7c4d7ef171acaacc772c0890caf..8c220e6451db1efd4430fdc940f1986ab9ffce3f 100644 (file)
@@ -6,8 +6,14 @@ import ob
 import otk
 
 StateRemove = 0
+"""For the state_* callbacks. Indicates the state should be removed from the
+   window."""
 StateAdd = 1
+"""For the state_* callbacks. Indicates the state should be add to the
+   window."""
 StateToggle = 2
+"""For the state_* callbacks. Indicates the state should be toggled on the
+   window."""
 
 def state_above(data, add=StateAdd):
     """Toggles, adds or removes the 'above' state on a window.
This page took 0.02174 seconds and 4 git commands to generate.