[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.2 and 1.3

version 1.2, 2006/03/06 08:55:31 version 1.3, 2006/03/07 11:15:23
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)outputStringToOutputWindow:(NSString *)msg withColor: (NSColor *)color;
 -(void)insertText: (id) text;  -(void)insertText: (id) text;
 -(void)clearOutputWindow;  -(void)clearOutputWindow;
 -(void)printErrorMessageToOutputWindow:(NSString *)msg;  -(void)printErrorMessageToOutputWindow:(NSString *)msg;

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

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