diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-28 05:56:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-28 05:56:38 +0000 |
| commit | 5559780c26c12a23d3221ca3ecf6574b4b1670a4 (patch) | |
| tree | fb85ace133dfebdb279e6e81290fc12cab87ea0d /scripts | |
| parent | 98a131603cfb09d01d13086f31955841fbed5dfc (diff) | |
add comments at the top for the functions
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/focus.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/focus.py b/scripts/focus.py index a80f9bb8..d2e85113 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -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 |
