XawInit.h
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* $Xorg: XawInit.h,v 1.5 2001/02/09 02:03:47 xorgcvs Exp $
  2.  *
  3. Copyright 1989, 1994, 1998  The Open Group
  4. Copyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
  5. Permission to use, copy, modify, distribute, and sell this software and its
  6. documentation for any purpose is hereby granted without fee, provided that
  7. the above copyright notice appear in all copies and that both that
  8. copyright notice and this permission notice appear in supporting
  9. documentation.
  10. The above copyright notice and this permission notice shall be included in
  11. all copies or substantial portions of the Software.
  12. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  13. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  14. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  15. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  16. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  17. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  18. Except as contained in this notice, the name of The Open Group shall not be
  19. used in advertising or otherwise to promote the sale, use or other dealings
  20. in this Software without prior written authorization from The Open Group.
  21.  */
  22. /* $XFree86: xc/lib/Xaw/XawInit.h,v 1.12 2001/01/17 19:42:36 dawes Exp $ */
  23. /* $XdotOrg: xc/lib/Xaw/XawInit.h,v 1.2 2004/04/23 18:43:38 eich Exp $ */
  24. #ifndef _XawInit_h
  25. #define _XawInit_h
  26. #define XawVendor XVENDORNAMESHORT
  27. #ifdef OLDXAW
  28. #define XawVersion 6700002L
  29. #else
  30. #define XawVersion 7000002L
  31. typedef struct _XawDL XawDisplayList;
  32. #endif /* OLDXAW */
  33. #include <X11/Xfuncproto.h>
  34. _XFUNCPROTOBEGIN
  35. void XawInitializeWidgetSet(void);
  36. #ifndef OLDXAW
  37. void XawInitializeDefaultConverters(void);
  38. #endif
  39. extern Widget XawOpenApplication(
  40.     XtAppContext *app_context_return,
  41.     Display      *dpy,
  42.     Screen       *screen,
  43.     String        application_name,
  44.     String        application_class,
  45.     WidgetClass   widget_class,
  46.     int          *argc,
  47.     String       *argv
  48. );
  49. _XFUNCPROTOEND
  50. #endif /* _XawInit_h */