/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* gos720 src/gos/2d/XTOP/contrib/programs/xditview/Menu.h 1.1 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1996 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* SCCSID_BEGIN_TAG */ /* @(#)07 1.1 src/gos/2d/XTOP/contrib/programs/xditview/Menu.h, xsample, gos720 10/24/96 15:14:17 */ /* SCCSID_END_TAG */ /* * $XConsortium: Menu.h,v 1.2 89/07/21 14:22:10 jim Exp $ */ #ifndef _XtMenu_h #define _XtMenu_h /*********************************************************************** * * Menu Widget * ***********************************************************************/ /* Parameters: Name Class RepType Default Value ---- ----- ------- ------------- background Background pixel White border BorderColor pixel Black borderWidth BorderWidth int 1 height Height int 120 mappedWhenManaged MappedWhenManaged Boolean True reverseVideo ReverseVideo Boolean False width Width int 120 x Position int 0 y Position int 0 */ #define XtNmenuEntries "menuEntries" #define XtNhorizontalPadding "horizontalPadding" #define XtNverticalPadding "verticalPadding" #define XtNselection "Selection" #define XtCMenuEntries "MenuEntries" #define XtCPadding "Padding" #define XtCSelection "Selection" typedef struct _MenuRec *MenuWidget; /* completely defined in MenuPrivate.h */ typedef struct _MenuClassRec *MenuWidgetClass; /* completely defined in MenuPrivate.h */ extern WidgetClass menuWidgetClass; extern Widget XawMenuCreate (); #endif /* _XtMenu_h */ /* DON'T ADD STUFF AFTER THIS #endif */