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

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

Go to the source code of this file.
Defines | |
| #define | XawTextReadError -1 |
| #define | XawTextScanError -1 |
Typedefs | |
| typedef _TextSrcClassRec * | TextSrcObjectClass |
| typedef _TextSrcRec * | TextSrcObject |
Enumerations | |
| enum | XawTextScanType { XawstPositions, XawstWhiteSpace, XawstEOL, XawstParagraph, XawstAll } |
| enum | highlightType { Normal, Selected } |
| enum | XawTextSelectionMode { XawsmTextSelect, XawsmTextExtend } |
| enum | XawTextSelectionAction { XawactionStart, XawactionAdjust, XawactionEnd } |
Functions | |
| _XFUNCPROTOBEGIN XawTextPosition | XawTextSourceRead () |
| int | XawTextSourceReplace () |
| XawTextPosition | XawTextSourceScan () |
| XawTextPosition | XawTextSourceSearch () |
| Boolean | XawTextSourceConvertSelection () |
| void | XawTextSourceSetSelection () |
Variables | |
| WidgetClass | textSrcObjectClass |
| typedef struct _TextSrcRec* TextSrcObject |
| typedef struct _TextSrcClassRec* TextSrcObjectClass |
| enum highlightType |
| enum XawTextScanType |
Definition at line 79 of file TextSrc.h.
00079 {XawstPositions, XawstWhiteSpace, XawstEOL, XawstParagraph, 00080 XawstAll} XawTextScanType;
| enum XawTextSelectionMode |
| Boolean XawTextSourceConvertSelection | ( | ) |
| _XFUNCPROTOBEGIN XawTextPosition XawTextSourceRead | ( | ) |
| int XawTextSourceReplace | ( | ) |
| XawTextPosition XawTextSourceScan | ( | ) |
| XawTextPosition XawTextSourceSearch | ( | ) |
| void XawTextSourceSetSelection | ( | ) |
| WidgetClass textSrcObjectClass |
1.5.1