![]() |
NullStRec |
Header: TextEdit.h |
struct NullStRec { SInt32 teReserved; StScrpHandle nullScrap; }; typedef NullStRec NullStPtr;
This field is reserved for future expansion.
A handle to the style scrap structure.
The NullSTRec data type defines the null style structure.
The null style structure contains the null scrap, which is used to store the character attribute information for a null selection (insertion point). A number of functions either write this character attribute information to the null scrap or read it from this scrap (to be applied to inserted text). The null scrap is created and initialized when an application calls TEStyleNew to create a multistyled edit structure. The null scrap is retained for the life of the edit structure; it is destroyed when TEDispose destroys the edit structure and releases the memory allocated for it.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)