tagging release
[dasher.git] / Src / MacOSX / DasherEdit.h
blob73f4a6814174226eb81aada1be882baa92c7393b
1 //
2 // DasherEdit.h
3 // Dasher
4 //
5 // Created by Doug Dickinson on Fri May 30 2003.
6 // Copyright (c) 2003 Doug Dickinson (dasher@DressTheMonkey.plus.com). All rights reserved.
7 //
9 #import <AppKit/AppKit.h>
11 // acts as the delegate and controller of the TextView in the dasher window
13 @ interface DasherEdit:NSObject {
14 int flushCount;
15 IBOutlet NSTextView *dasherTextUI;
17 BOOL dasherIsModifyingText;
20 @end