This commit is contained in:
Dana Jansens 2003-02-17 11:50:18 +00:00
parent a7d17188a4
commit d2adccbe28

View file

@ -242,9 +242,9 @@ class _CycleWindows(_Cycle):
""" """
This is a basic cycling class for Windows. This is a basic cycling class for Windows.
An example of inheriting from and modifying this class is _ClassCycleWindows, An example of inheriting from and modifying this class is
which allows users to cycle around windows of a certain application _ClassCycleWindows, which allows users to cycle around windows of a certain
name/class only. application name/class only.
This class has an underscored name because I use the singleton pattern This class has an underscored name because I use the singleton pattern
(so CycleWindows is an actual instance of this class). This doesn't have (so CycleWindows is an actual instance of this class). This doesn't have