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

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

Go to the source code of this file.
Typedefs | |
| typedef _TextSinkClassRec * | TextSinkObjectClass |
| typedef _TextSinkRec * | TextSinkObject |
Enumerations | |
| enum | XawTextInsertState { XawisOn, XawisOff } |
Functions | |
| _XFUNCPROTOBEGIN void | XawTextSinkDisplayText () |
| void | XawTextSinkInsertCursor () |
| void | XawTextSinkClearToBackground () |
| void | XawTextSinkFindPosition () |
| void | XawTextSinkFindDistance () |
| void | XawTextSinkResolve () |
| int | XawTextSinkMaxLines () |
| int | XawTextSinkMaxHeight () |
| void | XawTextSinkSetTabs () |
| void | XawTextSinkGetCursorBounds () |
Variables | |
| WidgetClass | textSinkObjectClass |
| typedef struct _TextSinkRec* TextSinkObject |
Definition at line 78 of file TextSink.h.
| typedef struct _TextSinkClassRec* TextSinkObjectClass |
Definition at line 77 of file TextSink.h.
| enum XawTextInsertState |
| void XawTextSinkClearToBackground | ( | ) |
| _XFUNCPROTOBEGIN void XawTextSinkDisplayText | ( | ) |
| void XawTextSinkFindDistance | ( | ) |
| void XawTextSinkFindPosition | ( | ) |
| void XawTextSinkGetCursorBounds | ( | ) |
| void XawTextSinkInsertCursor | ( | ) |
| int XawTextSinkMaxHeight | ( | ) |
| int XawTextSinkMaxLines | ( | ) |
| void XawTextSinkResolve | ( | ) |
| void XawTextSinkSetTabs | ( | ) |
| WidgetClass textSinkObjectClass |
Definition at line 122 of file TextSink.c.
1.5.1