/* * Xaw.h - convience header for using Athena Widget Set * Copyright (C) 1993 Petri Heinila * * 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 Mass Ave, Cambridge, MA 02139, USA. * * Author can be connected by email from hevi@lut.fi */ #ifndef _Xaw_h #define _Xaw_h #ifdef __cplusplus #define Object XtObject #define String XtString #endif /* __cplusplus */ #include #include #include #include /*** Simple Widgets ***/ #include #include #include #include #include #include #include #include #include /*** Menus ***/ #include #include #include #include #include /*** Text Widgets ***/ #include #include /*** Composite and Constraint Widgets ***/ #include #include #include #include #include #include #include #ifdef __cplusplus #undef Object #undef String #endif /* __cplusplus */ #endif /* _Xaw_h */