#include <X11/Xaw3d/TextSink.h>#include <X11/Xaw3d/TextP.h>#include <X11/Xaw3d/TextSrcP.h>Include dependency graph for TextSinkP.h:

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

Go to the source code of this file.
Data Structures | |
| struct | _TextSinkClassPart |
| struct | _TextSinkClassRec |
| struct | TextSinkPart |
| struct | _TextSinkRec |
Defines | |
| #define | XtInheritDisplayText ((_XawSinkVoidFunc) _XtInherit) |
| #define | XtInheritInsertCursor ((_XawSinkVoidFunc) _XtInherit) |
| #define | XtInheritClearToBackground ((_XawSinkVoidFunc) _XtInherit) |
| #define | XtInheritFindPosition ((_XawSinkVoidFunc) _XtInherit) |
| #define | XtInheritFindDistance ((_XawSinkVoidFunc) _XtInherit) |
| #define | XtInheritResolve ((_XawSinkVoidFunc) _XtInherit) |
| #define | XtInheritMaxLines ((_XawSinkIntFunc) _XtInherit) |
| #define | XtInheritMaxHeight ((_XawSinkIntFunc) _XtInherit) |
| #define | XtInheritSetTabs ((_XawSinkVoidFunc) _XtInherit) |
| #define | XtInheritGetCursorBounds ((_XawSinkVoidFunc) _XtInherit) |
Typedefs | |
| typedef _TextSinkClassPart | TextSinkClassPart |
| typedef _TextSinkClassRec | TextSinkClassRec |
| typedef _TextSinkRec | TextSinkRec |
| typedef int(*) | _XawSinkIntFunc () |
| typedef void(*) | _XawSinkVoidFunc () |
Variables | |
| TextSinkClassRec | textSinkClassRec |
| #define XtInheritClearToBackground ((_XawSinkVoidFunc) _XtInherit) |
| #define XtInheritDisplayText ((_XawSinkVoidFunc) _XtInherit) |
| #define XtInheritFindDistance ((_XawSinkVoidFunc) _XtInherit) |
| #define XtInheritFindPosition ((_XawSinkVoidFunc) _XtInherit) |
| #define XtInheritGetCursorBounds ((_XawSinkVoidFunc) _XtInherit) |
| #define XtInheritInsertCursor ((_XawSinkVoidFunc) _XtInherit) |
| #define XtInheritMaxHeight ((_XawSinkIntFunc) _XtInherit) |
| #define XtInheritMaxLines ((_XawSinkIntFunc) _XtInherit) |
| #define XtInheritResolve ((_XawSinkVoidFunc) _XtInherit) |
| #define XtInheritSetTabs ((_XawSinkVoidFunc) _XtInherit) |
| typedef int(*) _XawSinkIntFunc() |
Definition at line 129 of file TextSinkP.h.
| typedef void(*) _XawSinkVoidFunc() |
Definition at line 130 of file TextSinkP.h.
| typedef struct _TextSinkClassPart TextSinkClassPart |
| typedef struct _TextSinkClassRec TextSinkClassRec |
| typedef struct _TextSinkRec TextSinkRec |
Definition at line 71 of file TextSink.c.
1.5.1