home *** CD-ROM | disk | FTP | other *** search
- TeXfigApplication = {
- ACTIONS = {
- open:;
- insert:;
- up:;
- doit:;
- save:;
- down:;
- printer:;
- saveAs:;
- copy:;
- screen:;
- remove:;
- info:;
- preferences:;
- };
- OUTLETS = {
- printerButton;
- inputText;
- pageNumberText;
- infoPanel;
- screenButton;
- imageView;
- };
- SUPERCLASS = Application;
- };
- TeXfigImageView = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-