Command.h revision 7a84e134
17a84e134Smrg/* $Xorg: Command.h,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ */
27a84e134Smrg
37a84e134Smrg/***********************************************************
47a84e134Smrg
57a84e134SmrgCopyright 1987, 1988, 1994, 1998  The Open Group
67a84e134Smrg
77a84e134SmrgPermission to use, copy, modify, distribute, and sell this software and its
87a84e134Smrgdocumentation for any purpose is hereby granted without fee, provided that
97a84e134Smrgthe above copyright notice appear in all copies and that both that
107a84e134Smrgcopyright notice and this permission notice appear in supporting
117a84e134Smrgdocumentation.
127a84e134Smrg
137a84e134SmrgThe above copyright notice and this permission notice shall be included in
147a84e134Smrgall copies or substantial portions of the Software.
157a84e134Smrg
167a84e134SmrgTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
177a84e134SmrgIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
187a84e134SmrgFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
197a84e134SmrgOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
207a84e134SmrgAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
217a84e134SmrgCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
227a84e134Smrg
237a84e134SmrgExcept as contained in this notice, the name of The Open Group shall not be
247a84e134Smrgused in advertising or otherwise to promote the sale, use or other dealings
257a84e134Smrgin this Software without prior written authorization from The Open Group.
267a84e134Smrg
277a84e134Smrg
287a84e134SmrgCopyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
297a84e134Smrg
307a84e134Smrg                        All Rights Reserved
317a84e134Smrg
327a84e134SmrgPermission to use, copy, modify, and distribute this software and its
337a84e134Smrgdocumentation for any purpose and without fee is hereby granted,
347a84e134Smrgprovided that the above copyright notice appear in all copies and that
357a84e134Smrgboth that copyright notice and this permission notice appear in
367a84e134Smrgsupporting documentation, and that the name of Digital not be
377a84e134Smrgused in advertising or publicity pertaining to distribution of the
387a84e134Smrgsoftware without specific, written prior permission.
397a84e134Smrg
407a84e134SmrgDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
417a84e134SmrgALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
427a84e134SmrgDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
437a84e134SmrgANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
447a84e134SmrgWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
457a84e134SmrgARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
467a84e134SmrgSOFTWARE.
477a84e134Smrg
487a84e134Smrg******************************************************************/
497a84e134Smrg/* $XFree86: xc/lib/Xaw/Command.h,v 1.5 2001/01/17 19:42:26 dawes Exp $ */
507a84e134Smrg
517a84e134Smrg#ifndef _XawCommand_h
527a84e134Smrg#define _XawCommand_h
537a84e134Smrg
547a84e134Smrg#include <X11/Xaw/Label.h>
557a84e134Smrg
567a84e134Smrg/* Command widget resources:
577a84e134Smrg
587a84e134Smrg Name		     Class		RepType		Default Value
597a84e134Smrg ----		     -----		-------		-------------
607a84e134Smrg accelerators	     Accelerators	AcceleratorTable NULL
617a84e134Smrg ancestorSensitive   AncestorSensitive	Boolean		True
627a84e134Smrg background	     Background		Pixel		XtDefaultBackground
637a84e134Smrg backgroundPixmap    Pixmap		Pixmap		XtUnspecifiedPixmap
647a84e134Smrg bitmap		     Pixmap		Pixmap		None
657a84e134Smrg borderColor	     BorderColor	Pixel		XtDefaultForeground
667a84e134Smrg borderPixmap	     Pixmap		Pixmap		XtUnspecifiedPixmap
677a84e134Smrg borderWidth	     BorderWidth	Dimension	1
687a84e134Smrg callback	     Callback		XtCallbackList	NULL
697a84e134Smrg colormap	     Colormap		Colormap	parent's colormap
707a84e134Smrg cornerRoundPercent  CornerRoundPercent	Dimension	25
717a84e134Smrg cursor		     Cursor		Cursor		None
727a84e134Smrg cursorName	     Cursor		String		NULL
737a84e134Smrg depth		     Depth		int		parent's depth
747a84e134Smrg destroyCallback     Callback		XtCallbackList	NULL
757a84e134Smrg displayList	     DisplayList	XawDisplayList*	NULL
767a84e134Smrg encoding	     Encoding		UnsignedChar	XawTextEncoding8bit
777a84e134Smrg font		     Font		XFontStruct*	XtDefaultFont
787a84e134Smrg foreground	     Foreground		Pixel		XtDefaultForeground
797a84e134Smrg height		     Height		Dimension	text height
807a84e134Smrg highlightThickness  Thickness		Dimension	0 if shaped, else 2
817a84e134Smrg insensitiveBorder   Insensitive	Pixmap		Gray
827a84e134Smrg internalHeight	     Height		Dimension	2
837a84e134Smrg internalWidth	     Width		Dimension	4
847a84e134Smrg justify	     Justify		XtJustify	XtJustifyCenter
857a84e134Smrg label		     Label		String		NULL
867a84e134Smrg leftBitmap	     LeftBitmap		Pixmap		None
877a84e134Smrg mappedWhenManaged   MappedWhenManaged	Boolean		True
887a84e134Smrg pointerColor	     Foreground		Pixel		XtDefaultForeground
897a84e134Smrg pointerColorBackground Background	Pixel		XtDefaultBackground
907a84e134Smrg resize		     Resize		Boolean		True
917a84e134Smrg screen		     Screen		Screen		parent's Screen
927a84e134Smrg sensitive	     Sensitive		Boolean		True
937a84e134Smrg shapeStyle	     ShapeStyle		ShapeStyle	Rectangle
947a84e134Smrg translations	     Translations	TranslationTable see doc or source
957a84e134Smrg width		     Width		Dimension	text width
967a84e134Smrg x		     Position		Position	0
977a84e134Smrg y		     Position		Position	0
987a84e134Smrg
997a84e134Smrg*/
1007a84e134Smrg
1017a84e134Smrg#define XtNhighlightThickness "highlightThickness"
1027a84e134Smrg
1037a84e134Smrg#define XtNshapeStyle "shapeStyle"
1047a84e134Smrg#define XtCShapeStyle "ShapeStyle"
1057a84e134Smrg#define XtRShapeStyle "ShapeStyle"
1067a84e134Smrg#define XtNcornerRoundPercent "cornerRoundPercent"
1077a84e134Smrg#define XtCCornerRoundPercent "CornerRoundPercent"
1087a84e134Smrg
1097a84e134Smrg#define XawShapeRectangle XmuShapeRectangle
1107a84e134Smrg#define XawShapeOval XmuShapeOval
1117a84e134Smrg#define XawShapeEllipse XmuShapeEllipse
1127a84e134Smrg#define XawShapeRoundedRectangle XmuShapeRoundedRectangle
1137a84e134Smrg
1147a84e134Smrgextern WidgetClass     commandWidgetClass;
1157a84e134Smrg
1167a84e134Smrgtypedef struct _CommandClassRec   *CommandWidgetClass;
1177a84e134Smrgtypedef struct _CommandRec        *CommandWidget;
1187a84e134Smrg
1197a84e134Smrg#endif /* _XawCommand_h */
120