source: tags/ms_r16q3/WINDOW/aw_window_Xm_interface.hxx

Last change on this file was 6381, checked in by westram, 14 years ago
  • fixed includes
  • added MBI headers
  • removed unused files
File size: 1.1 KB
Line 
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
22XtAppContext AW_get_XtAppContext(AW_root *aw_root);
23Widget       AW_get_AreaWidget(AW_window *aww, AW_area area);
24GC           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
Note: See TracBrowser for help on using the repository browser.