home *** CD-ROM | disk | FTP | other *** search
- Document = {
- ACTIONS = {
- show:;
- };
- OUTLETS = {
- viewWindow;
- fileRep;
- };
- SUPERCLASS = Object;
- };
- MachOView = {
- ACTIONS = {
- zoom:;
- toggleAddresses:;
- toggleScaling:;
- toggleNames:;
- show:;
- toggleLibraries:;
- unzoom:;
- windowWillClose:;
- toggleSections:;
- toggleThreads:;
- };
- OUTLETS = {
- showSectionsButton;
- maxAddress;
- unzoomButton;
- theWindow;
- minAddress;
- zoomButton;
- cpuSubtype;
- cpuType;
- theFont;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-