// // CLIPSTextView.h // CLIPS // // Created by Gary Riley on 3/7/06. // #import @interface CLIPSTextView : NSTextView { BOOL mouseDownDetected; } /*%%%%%%%%%%%%%%%%%%%%%%%%%%*/ /* Key-Value Coding Methods */ /*%%%%%%%%%%%%%%%%%%%%%%%%%%*/ - (void) setMouseDownDetected: (BOOL) theValue; - (BOOL) mouseDownDetected; @end