home *** CD-ROM | disk | FTP | other *** search
-
- This class implements a button which can have three states, an off
- state, on state, and alternate state. The palette has two prototypes
- which show how you might use one of these beasts in an application.
- If you can think of other prototypes which would be useful to put
- on the palette, please be sure to let me know so that I can add them.
-
- This is a work in progress. It has a few bugs relating to it's display,
- in that it draw kind of sloppy, but it is functional.
-
- There is not a built version of the palette here
- for now. It builds just fine for me, though, so
- you shouldn't have any troubles with it, either.
-
- This object and palette are authored and maintained by Don Yacktman and
- are included in the MiscKit by his permission. Contact him by e-mail at Don_Yacktman@byu.edu if you have any requests or suggestions.
-
-
- For Version 1.1:
-
- CHANGES MADE - 4.10.94 Trevor Pocock <trev@mcs.hanse.de>
-
- MiscTriStateInspector.m
- - now handles both Cell & Button classes when OK / REVERT pressed
- MiscThreeStateButtonCell.m
- - added a - getInspectorClass method