Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Annotation.h
Go to the documentation of this file.
1 
2 /*
3  * Annotation.h
4  *---------------------------------------------------------------
5  * DESCRIPTION
6  * public header for the annotation widget
7  *
8  * Author
9  * a.schroeter
10  *
11  *---------------------------------------------------------------
12  * COPYRIGHT (c) 1993 by DKFZ (Dept. MBI) Heidelberg, FRG
13  */
14 
15 #ifndef _XipAnnotationWidget_h
16 #define _XipAnnotationWidget_h
17 
18 extern WidgetClass xipAnnotationWidgetClass;
19 
22 
23 #ifndef XipIsAnnotation
24 #define XipIsAnnotation(w) XtIsSubclass(w, xipAnnotationWidgetClass)
25 #endif
26 
27 /*
28 ** resource strings
29 */
30 #define XipNactivateCallback XmNactivateCallback
31 
32 #define XipCActivateCallback XmCActivateCallback
33 
34 /*
35 ** new data types
36 */
37 
38 
39 #endif /* _XipAnnotationWidget_h */
40 /* DON'T ADD ANYTHING AFTER THIS #endif */
struct _XipAnnotationRec * XipAnnotationWidget
Definition: Annotation.h:21
struct _XipAnnotationClassRec * XipAnnotationWidgetClass
Definition: Annotation.h:20
WidgetClass xipAnnotationWidgetClass