home *** CD-ROM | disk | FTP | other *** search
- InfoPanel = {
- ACTIONS = {
- runInfoPanel:;
- };
- OUTLETS = {
- versionField;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MainController = {
- ACTIONS = {
- appWillTerminate:;
- showInfoPanel:;
- appDidResignActive:;
- appDidBecomeActive:;
- freeInfoPanel:;
- readPrefs:;
- hideActivationBar:;
- appDidInit:;
- appWillInit:;
- appDidHide:;
- app:;
- barHit:;
- showPrefsPanel:;
- showActivationBar:;
- doneActivating:;
- writePrefs:;
- };
- OUTLETS = {
- infoPanel;
- preferences;
- activationBar;
- };
- SUPERCLASS = Object;
- };
-