Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcc13.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!tektronix!hplabs!sdcrdcf!sdcsvax!sdcc3!sdcc13!ee163ahe From: ee163ahe@sdcc13.UUCP (VICTOR ROMANO) Newsgroups: net.micro.mac Subject: (*hte)->clickloop or HTE^^.ClickLoop Message-ID: <167@sdcc13.UUCP> Date: Mon, 4-Mar-85 21:15:51 EST Article-I.D.: sdcc13.167 Posted: Mon Mar 4 21:15:51 1985 Date-Received: Sun, 10-Mar-85 07:28:13 EST Organization: U.C. San Diego, Academic Computer Center Lines: 13 Does anyone know what the clickloop field of the TextEdit record does? I discovered this recently, and found out that when I give it a pointer to a function, that function is called repetitively when a call to TEClick is made. This is useful because I can add scrolling into a TEClick operation. The problem is: I am using MegaMax C, and I have to know exactly what parameters are being passed to this function, or it will bomb when the function returns. Does anyone know what they are? Victor Romano.