home *** CD-ROM | disk | FTP | other *** search
- GnuView = {
- ACTIONS = {
- };
- OUTLETS = {
- prInfo;
- };
- SUPERCLASS = View;
- };
- gnuviewController = {
- ACTIONS = {
- deactivate:;
- activatePushed:;
- windowWillClose:;
- windowDidBecomeMain:;
- activate:;
- };
- OUTLETS = {
- gnuView;
- window;
- activateButton;
- controller;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- setKeyTitle:;
- appDidInit:;
- printPScodeInKey:;
- newGnuView:;
- };
- OUTLETS = {
- NameField;
- activeTerm;
- keyTerm;
- };
- SUPERCLASS = Object;
- };
-