]> Dogcows Code - chaz/openbox/commitdiff
add docs
authorDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 05:57:58 +0000 (05:57 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 05:57:58 +0000 (05:57 +0000)
scripts/focus.py

index d2e851132b9f16262300748952578179e57abdb7..74bcae74fdf4bb7a1d590766249bdb09cc40f260 100644 (file)
@@ -17,9 +17,15 @@ fallback = 0                                                            ###
 ###                                                                     ###
 # Provides:                                                             ###
 # def focus_next_stacked(data, forward=1):                              ###
+#   """Focus the next (or previous, with forward=0) window in a stacked ###
+#      order."""                                                        ###
 # def focus_prev_stacked(data):                                         ###
+#   """Focus the previous window in a stacked order."""                 ###
 # def focus_next(data, num=1, forward=1):                               ###
+#   """Focus the next (or previous, with forward=0) window in a linear  ###
+#      order."""                                                        ###
 # def focus_prev(data, num=1):                                          ###
+#   """Focus the previous window in a linear order."""                  ###
 ###                                                                     ###
 # All of these functions call be used as callbacks for bindings         ###
 # directly.                                                             ###
This page took 0.028175 seconds and 4 git commands to generate.