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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /*
  2.  * $Xorg: SmeLine.h,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $
  3.  *
  4. Copyright 1989, 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.  */
  23. /* $XFree86: xc/lib/Xaw/SmeLine.h,v 1.5 2001/01/17 19:42:31 dawes Exp $ */
  24. /*
  25.  * This is the public header file for the Athena SmeLine object.
  26.  * It is intended to be used with the simple menu widget.  
  27.  *
  28.  * Date:    April 3, 1989
  29.  *
  30.  * By:      Chris D. Peterson
  31.  *          MIT X Consortium 
  32.  *          kit@expo.lcs.mit.edu
  33.  */
  34. #ifndef _SmeLine_h
  35. #define _SmeLine_h
  36. #include <X11/Xaw/Sme.h>
  37. #include <X11/Xmu/Converters.h>
  38. /* Resources:
  39.  Name      Class RepType Default Value
  40.  ----      ----- ------- -------------
  41.  callback            Callback Pointer NULL
  42.  destroyCallback     Callback Pointer NULL
  43.  height      Height Dimension 0
  44.  sensitive      Sensitive Boolean True
  45.  width      Width Dimension 0
  46.  x      Position Position 0
  47.  y      Position Position 0
  48. */
  49. #define XtCLineWidth "LineWidth"
  50. #define XtCStipple "Stipple"
  51. #define XtNlineWidth "lineWidth"
  52. #define XtNstipple "stipple"
  53. typedef struct _SmeLineClassRec *SmeLineObjectClass;
  54. typedef struct _SmeLineRec *SmeLineObject;
  55. extern WidgetClass smeLineObjectClass;
  56. #endif /* _SmeLine_h */