ui/cocoa/text.h

changeset 157
0b33b9396851
parent 29
c96169444d88
equal deleted inserted replaced
156:62f1a55535e7 157:0b33b9396851
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #import "../ui/text.h" 29 #import "../ui/text.h"
30 #import "toolkit.h" 30 #import "toolkit.h"
31 #import "../../ucx/list.h" 31 #import <ucx/list.h>
32 32
33 @interface TextChangeMgr : NSObject<NSTextViewDelegate> { 33 @interface TextChangeMgr : NSObject<NSTextViewDelegate> {
34 UiContext *context; 34 UiContext *context;
35 UiText *value; 35 UiText *value;
36 int last_length; 36 int last_length;

mercurial