home *** CD-ROM | disk | FTP | other *** search
- ObeseView = {
- ACTIONS = {
- "changeMagnification:" = "changeMagnification:";
- "takeOffsetFrom:" = "takeOffsetFrom:";
- };
- OUTLETS = {borderwindow = borderwindow; cache = cache; eventDelegate = eventDelegate; };
- SUPERCLASS = View;
- };
- BorderWindow = {
- OUTLETS = {
- constrainView = constrainView;
- obeseView = obeseView;
- transparentView = transparentView;
- };
- SUPERCLASS = Window;
- };
- PaintApp = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "newDocFromLayout:" = "newDocFromLayout:";
- "newDocument:" = "newDocument:";
- "open:" = "open:";
- "openObject:" = "openObject:";
- "pageLayout:" = "pageLayout:";
- "runPreferences:" = "runPreferences:";
- "setCurrentTool:" = "setCurrentTool:";
- "showInfoPanel:" = "showInfoPanel:";
- "showObeseBits:" = "showObeseBits:";
- "stopModal:" = "stopModal:";
- };
- OUTLETS = {
- inspectorPanel = inspectorPanel;
- modeswitch = modeswitch;
- noinspector = noinspector;
- obeseBitsView = obeseBitsView;
- obeseBorder = obeseBorder;
- toolMatrix = toolMatrix;
- };
- SUPERCLASS = Application;
- };
- SeeThroughView = {SUPERCLASS = View; };
- FirstResponder = {
- ACTIONS = {
- "print:" = "print:";
- "revertToSaved:" = "revertToSaved:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "undo:" = "undo:";
- "zoomIn:" = "zoomIn:";
- "zoomOut:" = "zoomOut:";
- };
- SUPERCLASS = Object;
- };
- TitleBar = {SUPERCLASS = Button; };
-