From: Dana Jansens Date: Tue, 28 Jan 2003 05:57:58 +0000 (+0000) Subject: add docs X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2a36b90eb08daff3b1ff1fe992ea8edc481efc6d;p=chaz%2Fopenbox add docs --- diff --git a/scripts/focus.py b/scripts/focus.py index d2e85113..74bcae74 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -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. ###