ARB
aw_window_Xm_interface.hxx
Go to the documentation of this file.
1 // ============================================================= //
2 // //
3 // File : aw_window_Xm_interface.hxx //
4 // Purpose : Provide some X11 interna for applications //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in April 2009 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // ============================================================= //
11 
12 #ifndef AW_WINDOW_XM_INTERFACE_HXX
13 #define AW_WINDOW_XM_INTERFACE_HXX
14 
15 #ifndef AW_DEVICE_HXX
16 #include <aw_device.hxx>
17 #endif
18 #ifndef _Xm_h
19 #include <Xm/Xm.h>
20 #endif
21 
22 XtAppContext AW_get_XtAppContext(AW_root *aw_root);
24 GC AW_map_AreaGC(AW_window *aww, AW_area area, int gc);
25 
26 
27 #else
28 #error aw_window_Xm_interface.hxx included twice
29 #endif // AW_WINDOW_XM_INTERFACE_HXX
Widget AW_get_AreaWidget(AW_window *aww, AW_area area)
AW_area
Definition: aw_base.hxx:76
XtAppContext AW_get_XtAppContext(AW_root *aw_root)
GC AW_map_AreaGC(AW_window *aww, AW_area area, int gc)
struct _WidgetRec * Widget
Definition: aw_base.hxx:48