home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- NetTalkThinker = {
- ACTIONS = {
- appDidInit:;
- showPrefPanel:;
- newClient:;
- setRequest:;
- openTalk:;
- newRequest:;
- showRequestPanel:;
- refuse:;
- connect:;
- showInfoPanel:;
- };
- OUTLETS = {
- refuseButton;
- appTile;
- remoteHub;
- requestPanel;
- myServer;
- connectButton;
- infoPanel;
- requestBrowser;
- clientList;
- newWindow;
- imageList;
- appIconContentView;
- prefPanel;
- openTalkPanel;
- };
- SUPERCLASS = Object;
- };
- NTPrefThinker = {
- ACTIONS = {
- setRingingFlag:;
- setAudible:;
- setRingSound:;
- addServer:;
- setRequestSound:;
- setAutomatic:;
- replaceServer:;
- };
- OUTLETS = {
- replaceButton;
- serverTextField;
- ringingText;
- ringingAllowedSwitch;
- automaticButton;
- audibleSwitch;
- serverMatrix;
- serverScroller;
- soundText;
- addButton;
- };
- SUPERCLASS = Object;
- };
-