diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-01 10:03:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-01 10:03:29 +0000 |
| commit | e1e5293ae354ab7b1c8459aab85e60e1a801924d (patch) | |
| tree | 3cde29263f6871f9cdc49ce72d59e97b87957652 /scripts/windowplacement.py | |
| parent | fe9fb53a7b28e8c156bb68a3968057ad8808cdee (diff) | |
historyplacement!!
Diffstat (limited to 'scripts/windowplacement.py')
| -rw-r--r-- | scripts/windowplacement.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/windowplacement.py b/scripts/windowplacement.py index 4a9f1aee..070cc0ee 100644 --- a/scripts/windowplacement.py +++ b/scripts/windowplacement.py @@ -1,6 +1,10 @@ ############################################################################ ### Window placement algorithms, choose one of these and ebind it to the ### ### ob.EventAction.PlaceWindow event. ### +### ### +### Also see historyplacement.py for the history placement module which ### +### provides an algorithm that can be used in place of, or alongside ### +### these. ### ############################################################################ import otk |
