Carbon


Inline State Initialization Constants

Header: MacTextEditor.h

Specifies the initial inline state for a text object when passed in the TXNControlData structure of the TXNSetTXNObjectControls or TXNGetTXNObjectControls functions.

enum {
    kTXNUseInline = 0,
    kTXNUseBottomline = 1
};

Constant descriptions

kTXNUseInline

Text will be entered at the caret insertion point in the text object’s window.

kTXNUseBottomline

Text will be entered in a bottom-line window (a small text box that appears at the bottom of the screen).


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)