Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:14:25

0001 /*
0002  *
0003 Copyright 1989, 1994, 1998  The Open Group
0004 Copyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
0005 
0006 Permission to use, copy, modify, distribute, and sell this software and its
0007 documentation for any purpose is hereby granted without fee, provided that
0008 the above copyright notice appear in all copies and that both that
0009 copyright notice and this permission notice appear in supporting
0010 documentation.
0011 
0012 The above copyright notice and this permission notice shall be included in
0013 all copies or substantial portions of the Software.
0014 
0015 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0016 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0017 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
0018 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
0019 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
0020 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0021 
0022 Except as contained in this notice, the name of The Open Group shall not be
0023 used in advertising or otherwise to promote the sale, use or other dealings
0024 in this Software without prior written authorization from The Open Group.
0025  */
0026 #ifndef _XawInit_h
0027 #define _XawInit_h
0028 
0029 #define XawVendor   XVENDORNAMESHORT
0030 
0031 #ifdef OLDXAW
0032 #define XawVersion  6700002L
0033 #else
0034 #define XawVersion  7000002L
0035 
0036 typedef struct _XawDL XawDisplayList;
0037 #endif /* OLDXAW */
0038 
0039 #include <X11/Intrinsic.h>
0040 #include <X11/Xfuncproto.h>
0041 
0042 _XFUNCPROTOBEGIN
0043 
0044 void XawInitializeWidgetSet(void);
0045 #ifndef OLDXAW
0046 void XawInitializeDefaultConverters(void);
0047 #endif
0048 
0049 extern Widget XawOpenApplication(
0050     XtAppContext *app_context_return,
0051     Display      *dpy,
0052     Screen       *screen,
0053     String        application_name,
0054     String        application_class,
0055     WidgetClass   widget_class,
0056     int          *argc,
0057     _XtString    *argv
0058 );
0059 
0060 _XFUNCPROTOEND
0061 
0062 #endif /* _XawInit_h */