StripChart.h revision 749
294N/A/* $XConsortium: StripChart.h,v 1.6 94/04/17 20:12:57 converse Exp $ */
294N/A
787N/A/***********************************************************
789N/A
789N/ACopyright (c) 1987, 1988 X Consortium
789N/A
789N/APermission is hereby granted, free of charge, to any person obtaining a copy
789N/Aof this software and associated documentation files (the "Software"), to deal
789N/Ain the Software without restriction, including without limitation the rights
873N/Ato use, copy, modify, merge, publish, distribute, sublicense, and/or sell
789N/Acopies of the Software, and to permit persons to whom the Software is
877N/Afurnished to do so, subject to the following conditions:
789N/A
294N/AThe above copyright notice and this permission notice shall be included in
873N/Aall copies or substantial portions of the Software.
873N/A
789N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
789N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
789N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
873N/AX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
789N/AAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
789N/ACONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
789N/A
789N/AExcept as contained in this notice, the name of the X Consortium shall not be
789N/Aused in advertising or otherwise to promote the sale, use or other dealings
789N/Ain this Software without prior written authorization from the X Consortium.
789N/A
789N/A
789N/ACopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
789N/A
789N/A All Rights Reserved
873N/A
941N/APermission to use, copy, modify, and distribute this software and its
941N/Adocumentation for any purpose and without fee is hereby granted,
911N/Aprovided that the above copyright notice appear in all copies and that
911N/Aboth that copyright notice and this permission notice appear in
873N/Asupporting documentation, and that the name of Digital not be
873N/Aused in advertising or publicity pertaining to distribution of the
873N/Asoftware without specific, written prior permission.
789N/A
787N/ADIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
294N/AALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
294N/ADIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
294N/AANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
294N/AWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
294N/AARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
294N/ASOFTWARE.
294N/A
877N/A******************************************************************/
869N/A
789N/A#ifndef _XawStripChart_h
789N/A#define _XawStripChart_h
911N/A
789N/A/***********************************************************************
789N/A *
868N/A * StripChart Widget
294N/A *
294N/A ***********************************************************************/
294N/A
294N/A/* StripChart resources:
294N/A
789N/A Name Class RepType Default Value
294N/A ---- ----- ------- -------------
787N/A accelerators Accelerators AcceleratorTable NULL
789N/A ancestorSensitive AncestorSensitive Boolean True
789N/A background Background Pixel XtDefaultBackground
787N/A backgroundPixmap Pixmap Pixmap XtUnspecifiedPixmap
869N/A borderColor BorderColor Pixel XtDefaultForeground
869N/A borderPixmap Pixmap Pixmap XtUnspecifiedPixmap
869N/A borderWidth BorderWidth Dimension 1
869N/A colormap Colormap Colormap parent's colormap
789N/A cursor Cursor Cursor None
789N/A cursorName Cursor String NULL
789N/A depth Depth int parent's depth
789N/A destroyCallback Callback XtCallbackList NULL
789N/A foreground Foreground Pixel XtDefaultForeground
789N/A getValue Callback XtCallbackList NULL
294N/A height Height Dimension 120
789N/A highlight Foreground Pixel XtDefaultForeground
294N/A insensitiveBorder Insensitive Pixmap GreyPixmap
294N/A jumpScroll JumpScroll int 1/2 width
789N/A mappedWhenManaged MappedWhenManaged Boolean True
294N/A minScale Scale int 1
294N/A pointerColor Foreground Pixel XtDefaultForeground
294N/A pointerColorBackground Background Pixel XtDefaultBackground
294N/A screen Screen Screen parent's screen
294N/A sensitive Sensitive Boolean True
294N/A translations Translations TranslationTable NULL
294N/A update Interval int 10 (seconds)
789N/A width Width Dimension 120
789N/A x Position Position 0
789N/A y Position Position 0
787N/A
789N/A*/
294N/A
869N/A#define DEFAULT_JUMP -1
868N/A
789N/A#ifndef _XtStringDefs_h_
789N/A#define XtNhighlight "highlight"
869N/A#define XtNupdate "update"
869N/A#endif
869N/A
869N/A#define XtCJumpScroll "JumpScroll"
789N/A#define XtCScale "Scale"
789N/A
869N/A#define XtNgetValue "getValue"
869N/A#define XtNjumpScroll "jumpScroll"
789N/A#define XtNminScale "minScale"
789N/A#define XtNscale "scale"
869N/A#define XtNvmunix "vmunix"
913N/A
789N/Atypedef struct _StripChartRec *StripChartWidget;
787N/Atypedef struct _StripChartClassRec *StripChartWidgetClass;
787N/A
294N/Aextern WidgetClass stripChartWidgetClass;
294N/A
789N/A#endif /* _XawStripChart_h */
294N/A/* DON'T ADD STUFF AFTER THIS #endif */
294N/A