home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-05 | 923 b | 19 lines | [TEXT/R*ch] |
- SeansWindowManager ©1994 by Sean Crist (kurisuto@chopin.udel.edu).
-
- (Soon I'll have a new address on some machinein the domain upenn.edu; try
- reaching me there if chopin.udel.edu doesn't work.) I'd appreciate any comments
- or bug reports. This code may be freely used for any purpose, except that
- military use is expressly prohibited.
-
- The purpose of the following code may not be immediately apparent, but it can
- make life a LOT easier if you're writing an application which can have any number
- of open windows of multiple types (ResEdit is a good example of this kind of
- application).
-
- Basically, this code offers a way of putting a little ID collar around the neck
- of each window. This way, you don't need to keep WindowPtr's to all your
- windows; it's like letting the dogs off their leashes.
-
- The hard part is figuring out exactly how to use this unit, but if you've got
- the patience to do that, you're in good shape.
-