]> Dogcows Code - chaz/openbox/commitdiff
add comments at the top for the functions
authorDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 05:56:38 +0000 (05:56 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 05:56:38 +0000 (05:56 +0000)
scripts/focus.py

index a80f9bb85443cd178e67b25d46851947bedaf5da..d2e851132b9f16262300748952578179e57abdb7 100644 (file)
@@ -14,6 +14,16 @@ stacked_cycle_popup_list = 1                                            ###
 # send focus somewhere when nothing is left with the focus, if possible ###
 fallback = 0                                                            ###
 ###                                                                     ###
+###                                                                     ###
+# Provides:                                                             ###
+# def focus_next_stacked(data, forward=1):                              ###
+# def focus_prev_stacked(data):                                         ###
+# def focus_next(data, num=1, forward=1):                               ###
+# def focus_prev(data, num=1):                                          ###
+###                                                                     ###
+# All of these functions call be used as callbacks for bindings         ###
+# directly.                                                             ###
+###                                                                     ###
 ###########################################################################
 
 import otk
This page took 0.022558 seconds and 4 git commands to generate.