/* @(#)testxm.c 17.1.1.1 (ES0-DMD) 01/25/02 17:32:49 */ /*=========================================================================== Copyright (C) 1995 European Southern Observatory (ESO) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Massachusetss Ave, Cambridge, MA 02139, USA. Corresponding concerning ESO-MIDAS should be addressed as follows: Internet e-mail: midas@eso.org Postal address: European Southern Observatory Data Management Division Karl-Schwarzschild-Strasse 2 D 85748 Garching bei Muenchen GERMANY ===========================================================================*/ /* @(#)testxm.c 17.1.1.1 (ESO) 01/25/02 17:32:49 */ /* Include files extracted from "gui/GraphLib/libsrc/vms_uimx/src/*.c" */ #define __COMPILE_MOTIF_LIBS__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /*#include */ #include #include main() { printf("%d\n",XmVersion); exit(0); } #ifndef ONLY_INCLUDES routine() { /* * Some X11 fuctions extracted from: * gui/GraphLib/libsrc/vms_uimx/src/*.c */ XmRegisterConverters(); XmMenuPosition ((Widget)0, (XButtonEvent*)0); XmScrolledWindowSetAreas((Widget)0, (Widget)0, (Widget)0, (Widget)0); XmMainWindowSetAreas((Widget)0, (Widget)0, (Widget)0, (Widget)0, (Widget)0, (Widget)0); XmAddTabGroup((Widget)0); XmRemoveTabGroup((Widget)0); XmConvertUnits ((Widget)0, (unsigned char)0, (unsigned char)0, (int)0, (unsigned char)0); XmStringCreateLtoR((char*)0, ""); /* Some routines defined in libXt.a */ /* CG. 13.07.94 Something weird with shared and static Xt libraries */ /* XtWindow((Widget)0); XtIsRealized((Widget)0); */ exit(0); } #endif /* ONLY_INCLUDES */