home *** CD-ROM | disk | FTP | other *** search
- Layout = {SUPERCLASS = Object; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Beeper = {
- ACTIONS = {
- "beep:" = "beep:";
- "options:" = "options:";
- "revertLayout:" = "revertLayout:";
- "writeLayout:" = "writeLayout:";
- };
- OUTLETS = {
- screenGizmo = screenGizmo;
- screenScroll = screenScroll;
- screenType = screenType;
- whForm = whForm;
- window = window;
- xyForm = xyForm;
- };
- SUPERCLASS = Application;
- };
- MyBeeper = {SUPERCLASS = Beeper; };
- ScreenControl = {ACTIONS = {"options:" = "options:"; }; SUPERCLASS = Control; };
- Screen = {
- ACTIONS = {
- "locate:" = "locate:";
- "remove:" = "remove:";
- "revert:" = "revert:";
- "screenPicked:" = "screenPicked:";
- "set:" = "set:";
- "turnOnOff:" = "turnOnOff:";
- };
- OUTLETS = {
- alertText = alertText;
- onOffMatrix = onOffMatrix;
- removeButton = removeButton;
- revertButton = revertButton;
- screenGizmo = screenGizmo;
- screenScroll = screenScroll;
- screenStrings = screenStrings;
- screenType = screenType;
- setButton = setButton;
- whForm = whForm;
- window = window;
- xyForm = xyForm;
- };
- SUPERCLASS = Layout;
- };
-