[BACK]Return to MyOutputWindowController.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep

Diff for /OpenXM/src/cfep/MyOutputWindowController.h between version 1.1 and 1.2

version 1.1, 2006/03/03 23:31:12 version 1.2, 2006/03/06 08:55:31
Line 30  enum actionType { FIND, REMOVE} ;
Line 30  enum actionType { FIND, REMOVE} ;
   
 -(void)changeWindowTitle: (NSString *)msg;  -(void)changeWindowTitle: (NSString *)msg;
 -(void)outputStringToOutputWindow:(NSString *)msg;  -(void)outputStringToOutputWindow:(NSString *)msg;
   -(void)insertText: (id) text;
 -(void)clearOutputWindow;  -(void)clearOutputWindow;
 -(void)printErrorMessageToOutputWindow:(NSString *)msg;  -(void)printErrorMessageToOutputWindow:(NSString *)msg;
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>