home *** CD-ROM | disk | FTP | other *** search
- NetTalkThinker = {
- ACTIONS = {
- showPrefPanel:;
- newClient:;
- setRequest:;
- openTalk:;
- newRequest:;
- showRequestPanel:;
- refuse:;
- sendComments:;
- connect:;
- showRegisterPanel:;
- showInfoPanel:;
- };
- OUTLETS = {
- refuseButton;
- registerText;
- appTile;
- remoteHub;
- requestPanel;
- connectButton;
- infoPanel;
- conncloseCell;
- requestBrowser;
- registerButton;
- newWindow;
- imageList;
- appIconContentView;
- registerPanel;
- stayAboveCell;
- connectionSubmenuCell;
- prefPanel;
- openTalkPanel;
- winCloseCell;
- topicText;
- mailSpeaker;
- windowsSubmenuCell;
- };
- SUPERCLASS = Object;
- };
- MailSpeaker = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Speaker;
- };
- FirstResponder = {
- ACTIONS = {
- close:;
- toggleStayAbove:;
- redo:;
- undo:;
- };
- SUPERCLASS = Object;
- };
- ServerText = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Text;
- };
- Speaker = {
- ACTIONS = {
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Object;
- };
-