#include <xwindow-private.h>

Data Fields | |
| int | x |
| int | y |
| unsigned int | width |
| unsigned int | height |
| double | degrees |
| XFontStruct * | font_info |
| char * | text |
| AnnotationStencil | stencil |
| char | geometry [MaxTextExtent] |
| struct _XAnnotateInfo * | next |
| struct _XAnnotateInfo * | previous |
Definition at line 179 of file xwindow-private.h.
| double _XAnnotateInfo::degrees |
Definition at line 190 of file xwindow-private.h.
Referenced by XAnnotateImage(), and XGetAnnotateInfo().
| XFontStruct* _XAnnotateInfo::font_info |
Definition at line 193 of file xwindow-private.h.
Referenced by XAnnotateImage(), and XGetAnnotateInfo().
| char _XAnnotateInfo::geometry[MaxTextExtent] |
Definition at line 202 of file xwindow-private.h.
Referenced by XAnnotateImage(), and XGetAnnotateInfo().
| unsigned int _XAnnotateInfo::height |
Definition at line 186 of file xwindow-private.h.
Referenced by XAnnotateImage(), and XGetAnnotateInfo().
struct _XAnnotateInfo* _XAnnotateInfo::next [read] |
Definition at line 204 of file xwindow-private.h.
Referenced by XGetAnnotateInfo().
struct _XAnnotateInfo * _XAnnotateInfo::previous [read] |
Definition at line 204 of file xwindow-private.h.
Referenced by XGetAnnotateInfo().
Definition at line 199 of file xwindow-private.h.
Referenced by XAnnotateImage(), and XGetAnnotateInfo().
| char* _XAnnotateInfo::text |
Definition at line 196 of file xwindow-private.h.
Referenced by XAnnotateImage(), and XGetAnnotateInfo().
| unsigned int _XAnnotateInfo::width |
Definition at line 186 of file xwindow-private.h.
Referenced by XAnnotateImage(), and XGetAnnotateInfo().
Definition at line 182 of file xwindow-private.h.
Referenced by XGetAnnotateInfo().
Definition at line 182 of file xwindow-private.h.
Referenced by XGetAnnotateInfo().
1.6.1