home *** CD-ROM | disk | FTP | other *** search
- XPRViewer = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "openPanel:" = "openPanel:";
- "registerMaskPanel:" = "registerMaskPanel:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {viewerWindow = viewerWindow; };
- SUPERCLASS = Application;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MaskPanel = {
- ACTIONS = {"init:" = "init:"; };
- OUTLETS = {
- ErrorAlert = ErrorAlert;
- theMatrix = theMatrix;
- theViewer = theViewer;
- theWindow = theWindow;
- };
- SUPERCLASS = Object;
- };
- ErrorPanel = {ACTIONS = {"Proceed:" = "Proceed:"; }; SUPERCLASS = Panel; };
-