#include <X11/Xaw3d/Simple.h>#include <X11/Xaw3d/TextSink.h>#include <X11/Xaw3d/TextSrc.h>#include <X11/Xaw3d/AsciiSrc.h>#include <X11/Xaw3d/AsciiSink.h>Include dependency graph for Text.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| #define XawEditDone 0 |
Definition at line 157 of file Text.h.
Referenced by FormRegion(), InsertChar(), InsertFileNamed(), InsertNewLineAndBackupInternal(), LocalInsertNewLine(), Replace(), ReplaceText(), StripOutOldCRs(), and XawTextReplace().
| #define XawEditError 1 |
Definition at line 158 of file Text.h.
Referenced by _XawTextReplace(), clear_file_message(), InsertNewLineAndBackupInternal(), LocalInsertNewLine(), Replace(), and ReplaceText().
| #define XawPositionError 2 |
| #define XawReplaceError -1 |
Definition at line 156 of file Text.h.
Referenced by FormParagraph(), FormRegion(), and StripOutOldCRs().
| #define XawTextSearchError (-12345L) |
| #define XtEtextResizeBoth "both" |
| #define XtEtextResizeHeight "height" |
| #define XtEtextResizeNever "never" |
| #define XtEtextResizeWidth "width" |
| #define XtEtextScrollAlways "always" |
| #define XtEtextScrollNever "never" |
| #define XtEtextScrollWhenNeeded "whenneeded" |
| #define XtEtextWrapLine "line" |
| #define XtEtextWrapNever "never" |
| #define XtEtextWrapWord "word" |
| #define XtNdisplayCaret "displayCaret" |
| #define XtNdisplayPosition "displayPosition" |
| #define XtNinsertPosition "insertPosition" |
Definition at line 144 of file Text.h.
Referenced by _XawTextVScroll(), create_dirinfo(), create_file_panel(), Initialize(), and InsertCursor().
| #define XtNscrollHorizontal "scrollHorizontal" |
Definition at line 133 of file Text.h.
Referenced by create_dirinfo(), create_file_panel(), and popup_file_msg().
| #define XtNscrollVertical "scrollVertical" |
| typedef struct _TextRec* TextWidget |
| typedef struct _TextClassRec* TextWidgetClass |
| typedef struct XawTextBlock * XawTextBlockPtr |
| typedef long XawTextPosition |
| enum XawTextEditType |
Definition at line 97 of file Text.h.
00097 {XawtextRead, XawtextAppend, XawtextEdit} XawTextEditType;
| enum XawTextResizeMode |
Definition at line 93 of file Text.h.
00093 { XawtextResizeNever, XawtextResizeWidth, 00094 XawtextResizeHeight, XawtextResizeBoth} XawTextResizeMode;
| enum XawTextScanDirection |
| enum XawTextScrollMode |
Definition at line 87 of file Text.h.
00087 { XawtextScrollNever, 00088 XawtextScrollWhenNeeded, XawtextScrollAlways} XawTextScrollMode;
| enum XawTextSelectType |
| XawselectNull | |
| XawselectPosition | |
| XawselectChar | |
| XawselectWord | |
| XawselectLine | |
| XawselectParagraph | |
| XawselectAll |
Definition at line 98 of file Text.h.
00098 {XawselectNull, XawselectPosition, XawselectChar, XawselectWord, 00099 XawselectLine, XawselectParagraph, XawselectAll} XawTextSelectType;
| enum XawTextWrapMode |
Definition at line 90 of file Text.h.
00090 { XawtextWrapNever, 00091 XawtextWrapLine, XawtextWrapWord} XawTextWrapMode;
| _XFUNCPROTOBEGIN XrmQuark _XawTextFormat | ( | ) |
Referenced by _DeleteOrKill(), _SelectionReceived(), _SetSelection(), _XawTextGetSTRING(), _XawTextGetText(), _XawTextSearch(), AutoFill(), ConvertSelection(), DoSearch(), InsertChar(), InsertNewCRs(), InsertNewLineAndBackupInternal(), InsertNewLineAndIndent(), InsertString(), Replace(), StripOutOldCRs(), and TransposeCharacters().
Here is the caller graph for this function:

| void XawTextDisableRedisplay | ( | ) |
| void XawTextDisplay | ( | ) |
| void XawTextDisplayCaret | ( | ) |
| void XawTextEnableRedisplay | ( | ) |
| XawTextPosition XawTextGetInsertionPoint | ( | ) |
| void XawTextGetSelectionPos | ( | ) |
| Widget XawTextGetSource | ( | ) |
| void XawTextInvalidate | ( | ) |
| int XawTextReplace | ( | ) |
| XawTextPosition XawTextSearch | ( | ) |
| void XawTextSetInsertionPoint | ( | ) |
| void XawTextSetSelection | ( | ) |
| void XawTextSetSelectionArray | ( | ) |
| void XawTextSetSource | ( | ) |
| XawTextPosition XawTextTopPosition | ( | ) |
| void XawTextUnsetSelection | ( | ) |
Definition at line 79 of file Text.c.
Referenced by ClassInitialize(), clear_file_message(), and file_msg().
| WidgetClass textWidgetClass |
| unsigned long XawFmt8Bit |
Definition at line 80 of file Text.c.
Referenced by _SelectionReceived(), _XawTextGetText(), AutoFill(), ClassInitialize(), Initialize(), InsertFileNamed(), InsertNewCRs(), and StripOutOldCRs().
| unsigned long XawFmtWide |
Definition at line 81 of file Text.c.
Referenced by _DeleteOrKill(), _SelectionReceived(), _SetSelection(), _XawTextGetSTRING(), _XawTextGetText(), _XawTextSearch(), AutoFill(), ClassInitialize(), ConvertSelection(), DoSearch(), Initialize(), InsertChar(), InsertNewCRs(), InsertNewLineAndBackupInternal(), InsertNewLineAndIndent(), InsertString(), ReadText(), Replace(), ReplaceText(), Search(), StripOutOldCRs(), and TransposeCharacters().
1.5.1