Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
TumblerSource/Tumbler_teutilities.h
// Tumbler_teutilities.h |
// |
// offscreen related function prototypes for the the Tumbler application |
// |
// Modification History |
// |
// 11/26/94 nick added in stuff from symantec proto_helper app, add defines |
// actually we can propably get rid of this stuff. |
// |
// to do: |
// dump obselete stuff |
#ifndef _Tumbler_TEUTILITIES_H_ |
#define _Tumbler_TEUTILITIES_H_ |
/* Tumbler_teutilities.c */ |
short TEICut(TEHandle theTE); |
short TEIPaste(TEHandle theTE, short *spaceBefore, short *spaceAfter); |
short TEIsFrontOfLine(short offset, TEHandle theTE); |
short TEGetLine(short offset, TEHandle theTE); |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14