Last change
on this file since 74 was
74,
checked in by Nicholas Riley, 18 years ago
|
ICeCoffEE 1.3b2 plus some changes for 1.3
|
File size:
355 bytes
|
Line | |
---|
1 | /* |
---|
2 | * ICeCoffEETextEdit.h |
---|
3 | * ICeCoffEE APE |
---|
4 | * |
---|
5 | * Created by Nicholas Riley on Sun Jan 26 2003. |
---|
6 | * Copyright (c) 2003 Nicholas Riley. All rights reserved. |
---|
7 | * |
---|
8 | */ |
---|
9 | |
---|
10 | #include <Carbon/Carbon.h> |
---|
11 | |
---|
12 | typedef void (*TEClickProcPtr)(Point pt, Boolean fExtend, TEHandle h); |
---|
13 | extern TEClickProcPtr gTEClick; |
---|
14 | |
---|
15 | void ICCF_TEClick(Point pt, Boolean fExtend, TEHandle h); |
---|
Note: See
TracBrowser
for help on using the repository browser.