home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / NetTalk.1.3a / NetTalk.app / English.lproj / NetTalk.nib / data.classes next >
Encoding:
Text File  |  1995-05-31  |  983 b   |  72 lines

  1. NetTalkThinker = {
  2.     ACTIONS = {
  3.     showPrefPanel:;
  4.     newClient:;
  5.     setRequest:;
  6.     openTalk:;
  7.     newRequest:;
  8.     showRequestPanel:;
  9.     refuse:;
  10.     sendComments:;
  11.     connect:;
  12.     showRegisterPanel:;
  13.     showInfoPanel:;
  14.     };
  15.     OUTLETS = {
  16.     refuseButton;
  17.     registerText;
  18.     appTile;
  19.     remoteHub;
  20.     requestPanel;
  21.     connectButton;
  22.     infoPanel;
  23.     conncloseCell;
  24.     requestBrowser;
  25.     registerButton;
  26.     newWindow;
  27.     imageList;
  28.     appIconContentView;
  29.     registerPanel;
  30.     stayAboveCell;
  31.     connectionSubmenuCell;
  32.     prefPanel;
  33.     openTalkPanel;
  34.     winCloseCell;
  35.     topicText;
  36.     mailSpeaker;
  37.     windowsSubmenuCell;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. MailSpeaker = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     };
  46.     SUPERCLASS = Speaker;
  47. };
  48. FirstResponder = {
  49.     ACTIONS = {
  50.     close:;
  51.     toggleStayAbove:;
  52.     redo:;
  53.     undo:;
  54.     };
  55.     SUPERCLASS = Object;
  56. };
  57. ServerText = {
  58.     ACTIONS = {
  59.     };
  60.     OUTLETS = {
  61.     };
  62.     SUPERCLASS = Text;
  63. };
  64. Speaker = {
  65.     ACTIONS = {
  66.     };
  67.     OUTLETS = {
  68.     delegate;
  69.     };
  70.     SUPERCLASS = Object;
  71. };
  72.