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