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