home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / MiscFindPanel.bproj / MainWindowControl.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  933 b   |  57 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface MainWindowControl:Object
  4. {
  5.     id    articleView;
  6.     id    sideSplitView;
  7.     id splitView;
  8.     id offscreenWindow;
  9.  
  10.     id upperPartLeft;
  11.     id upperPartRight;
  12.  
  13.     id theNGSet;
  14.     id theArticleSet;
  15.     id theArticleViewControl;
  16.  
  17.     id theNGSetMatrix;
  18.     id theArSetMatrix;
  19.  
  20.     id nntpServer;
  21.     id mainWindow;
  22.     id postButton;
  23.   
  24.     id myOwner;
  25.  
  26.     id killFile;
  27.  
  28.     id otherNGView;
  29. }
  30.  
  31. - free;
  32. - (BOOL)connectNNTP:(const char *)sendername slowLink:(BOOL)slow;
  33. - nntpServer;
  34. - killFile;
  35. - articleText;
  36.  
  37. - (BOOL)articleSelected;
  38. - (BOOL)articlesSelected;
  39. - (BOOL)newsgroupSelected;
  40. - (BOOL)newsgroupsSelected;
  41.  
  42. - printText:sender;
  43.  
  44.  
  45. - forward:(SEL)aSelector :(marg_list)argFrame;
  46. - (BOOL)respondsTo:(SEL)aSelector;
  47.  
  48. - sideSplitViewDidResizeSubviews:sender;
  49. - splitViewDidResizeSubviews:sender;
  50.  
  51. - (BOOL)killAuthorEnabled;
  52. - (BOOL)sortCellEnabled:menueCell;
  53.  
  54. - windowWillClose:sender;
  55.  
  56. @end
  57.