home *** CD-ROM | disk | FTP | other *** search
-
- #import <objc/Object.h>
-
- @interface PasteboardController:Object
- {
- id emptyView;
- id soundView;
- id nothingView;
- id curView;
- id graphicView;
- id epsView;
- id textView;
- id rtfView;
- id fileView;
- id tabView;
- id fontView;
- id rulerView;
- id unknownView;
- id menu;
-
- id pasteboardWindow;
-
- id textScroll;
- id text;
- id rtfScroll;
- id rtfText;
- id fnameText;
- id tabScroll;
- id tabText;
- id unknownScroll;
- id unknownText;
- id fontText;
- id rulerText;
- id sound;
- id graphic;
- id plot;
- id eps;
-
- id list;
- id pasteboardList;
- id viewList;
- id unknownList;
-
-
- id browser;
- id examineView;
-
- }
-
- - switchBoxes:sender;
- - getPasteboard:pb;
- - addMenuItem: (int) type : pb;
- - setupText: text;
- - getPasteboard: (id) pasteboard userData: (const char *)userData error: (char **) msg;
- - (int)check: pb;
- - setPasteboard: sender;
- - done: sender;
- - done;
- - putBack: sender;
-
- @end
-