emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/xlwmenu.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lwlib/xlwmenu.h [lexbind]
Date: Tue, 14 Oct 2003 18:59:24 -0400

Index: emacs/lwlib/xlwmenu.h
diff -c /dev/null emacs/lwlib/xlwmenu.h:1.5.2.1
*** /dev/null   Tue Oct 14 18:59:24 2003
--- emacs/lwlib/xlwmenu.h       Tue Oct 14 18:59:20 2003
***************
*** 0 ****
--- 1,62 ----
+ #ifndef _XlwMenu_h
+ #define _XlwMenu_h
+ 
+ /***********************************************************************
+  *
+  * XlwMenu Widget
+  *
+  ***********************************************************************/
+ 
+ #include "lwlib.h"
+ 
+ /* Resource names used by the XlwMenu widget */
+ #define XtNdisabledForeground "disabledForeground"
+ #define XtCDisabledForeground "DisabledForeground"
+ #define XtNbuttonForeground "buttonForeground"
+ #define XtCButtonForeground "ButtonForeground"
+ #define XtNmargin "margin"
+ #define XtNhorizontalSpacing "horizontalSpacing"
+ #define XtNverticalSpacing "verticalSpacing"
+ #define XtNarrowSpacing "arrowSpacing"
+ #define XtNmenu "menu"
+ #define XtCMenu "Menu"
+ #define XtNopen "open"
+ #define XtNselect "select"
+ #define XtNhighlightCallback "highlightCallback"
+ #define XtNmenuBorderWidth "menuBorderWidth"
+ #define XtNhorizontal "horizontal"
+ #define XtCHorizontal "Horizontal"
+ #define XtNcursor "cursor"
+ #define XtNCursor "Cursor"
+ #define XtNshowGrip "showGrip"
+ #define XtCShowGrip "ShowGrip"
+ #define XtNresizeToPreferred "resizeToPreferred"
+ #define XtCResizeToPreferred "ResizeToPreferred"
+ #define XtNallowResize "allowResize"
+ #define XtCAllowResize "AllowResize"
+ 
+ /* Motif-compatible resource names */
+ #define XmNshadowThickness    "shadowThickness"
+ #define XmCShadowThickness    "ShadowThickness"
+ #define XmNtopShadowColor     "topShadowColor"
+ #define XmCTopShadowColor     "TopShadowColor"
+ #define XmNbottomShadowColor  "bottomShadowColor"
+ #define XmCBottomShadowColor  "BottomShadowColor"
+ #define XmNtopShadowPixmap    "topShadowPixmap"
+ #define XmCTopShadowPixmap    "TopShadowPixmap"
+ #define XmNbottomShadowPixmap "bottomShadowPixmap"
+ #define XmCBottomShadowPixmap "BottomShadowPixmap"
+ #define XmRHorizontalDimension        "HorizontalDimension"
+ 
+ typedef struct _XlwMenuRec *XlwMenuWidget;
+ typedef struct _XlwMenuClassRec *XlwMenuWidgetClass;
+ 
+ extern WidgetClass xlwMenuWidgetClass;
+ 
+ void
+ pop_up_menu __P ((XlwMenuWidget, XButtonPressedEvent*));
+ 
+ #endif /* _XlwMenu_h */
+ 
+ /* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07
+    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]