home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Distributor = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "changeMode:" = "changeMode:";
- "changeProjection:" = "changeProjection:";
- "changeScreenAides:" = "changeScreenAides:";
- "changeShader:" = "changeShader:";
- "closeRIB:" = "closeRIB:";
- "homeCamera:" = "homeCamera:";
- "openRIB:" = "openRIB:";
- "printRIB:" = "printRIB:";
- "saveAsRIB:" = "saveAsRIB:";
- "setCurrentDocument:" = "setCurrentDocument:";
- "updateToolPanel:" = "updateToolPanel:";
- };
- OUTLETS = {
- modeButtons = modeButtons;
- printMenu = printMenu;
- saveAsMenu = saveAsMenu;
- shaderButtons = shaderButtons;
- toolPanel = toolPanel;
- };
- SUPERCLASS = Object;
- };
-