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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /*
  2.  * $Xorg: SmeBSB.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $
  3.  *
  4. Copyright 1989, 1994, 1998  The Open Group
  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/SmeBSB.h,v 1.6 2001/01/17 19:42:31 dawes Exp $ */
  23. /*
  24.  * SmeBSB.h - Public Header file for SmeBSB object.
  25.  *
  26.  * This is the public header file for the Athena BSB Sme object.
  27.  * It is intended to be used with the simple menu widget.  This object
  28.  * provides bitmap - string - bitmap style entries.
  29.  *
  30.  * Date:    April 3, 1989
  31.  *
  32.  * By:      Chris D. Peterson
  33.  *          MIT X Consortium 
  34.  *          kit@expo.lcs.mit.edu
  35.  */
  36. #ifndef _SmeBSB_h
  37. #define _SmeBSB_h
  38. #include <X11/Xmu/Converters.h>
  39. #include <X11/Xaw/Sme.h>
  40. /* BSB Menu Entry Resources:
  41.  Name      Class RepType Default Value
  42.  ----      ----- ------- -------------
  43.  callback            Callback           Callback        NULL
  44.  destroyCallback     Callback Pointer NULL
  45.  font                Font               XFontStruct *   XtDefaultFont
  46.  foreground          Foreground         Pixel           XtDefaultForeground
  47.  height      Height Dimension 0
  48.  label               Label              String          Name of entry
  49.  leftBitmap          LeftBitmap         Pixmap          None
  50.  leftMargin          HorizontalMargins  Dimension       4
  51.  menuName      MenuName String NULL
  52.  rightBitmap         RightBitmap        Pixmap          None
  53.  rightMargin         HorizontalMargins  Dimension       4
  54.  sensitive      Sensitive Boolean True
  55.  vertSpace           VertSpace          int             25
  56.  width      Width Dimension 0
  57.  x      Position Position 0
  58.  y      Position Position 0
  59. */
  60. typedef struct _SmeBSBClassRec    *SmeBSBObjectClass;
  61. typedef struct _SmeBSBRec         *SmeBSBObject;
  62. extern WidgetClass smeBSBObjectClass;
  63. #define XtNleftBitmap "leftBitmap"
  64. #define XtNleftMargin "leftMargin"
  65. #define XtNrightBitmap "rightBitmap"
  66. #define XtNrightMargin "rightMargin"
  67. #define XtNvertSpace   "vertSpace"
  68. #define XtNmenuName "menuName"
  69. #define XtCMenuName "MenuName"
  70. #ifndef XtNfontSet
  71. #define XtNfontSet "fontSet"
  72. #endif
  73. #ifndef XtCFontSet
  74. #define XtCFontSet "FontSet"
  75. #endif
  76. #define XtCLeftBitmap "LeftBitmap"
  77. #define XtCHorizontalMargins "HorizontalMargins"
  78. #define XtCRightBitmap "RightBitmap"
  79. #define XtCVertSpace   "VertSpace"
  80. #endif /* _SmeBSB_h */