Mercurial > emacs
annotate lwlib/xlwmenu.h @ 64226:278c7e4c078a
(custom-declare-variable): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 11 Jul 2005 05:41:45 +0000 |
parents | 23a17af379b1 |
children | 6358e3c6075c f9a65d7ebd29 |
rev | line source |
---|---|
60584
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
1 /* Interface of a lightweight menubar widget. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
2 Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
3 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
4 This file is part of the Lucid Widget Library. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
5 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
6 The Lucid Widget Library is free software; you can redistribute it and/or |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
7 modify it under the terms of the GNU General Public License as published by |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
8 the Free Software Foundation; either version 2, or (at your option) |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
9 any later version. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
10 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
11 The Lucid Widget Library is distributed in the hope that it will be useful, |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
14 GNU General Public License for more details. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
15 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
16 You should have received a copy of the GNU General Public License |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
17 along with GNU Emacs; see the file COPYING. If not, write to the |
64083 | 18 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
19 Boston, MA 02110-1301, USA. */ | |
60584
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
20 |
5626 | 21 #ifndef _XlwMenu_h |
22 #define _XlwMenu_h | |
23 | |
24 /*********************************************************************** | |
25 * | |
26 * XlwMenu Widget | |
27 * | |
28 ***********************************************************************/ | |
29 | |
30 #include "lwlib.h" | |
31 | |
32 /* Resource names used by the XlwMenu widget */ | |
45146
174fe450ad23
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Pavel Janík <Pavel@Janik.cz>
parents:
29466
diff
changeset
|
33 #define XtNdisabledForeground "disabledForeground" |
174fe450ad23
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Pavel Janík <Pavel@Janik.cz>
parents:
29466
diff
changeset
|
34 #define XtCDisabledForeground "DisabledForeground" |
5626 | 35 #define XtNbuttonForeground "buttonForeground" |
36 #define XtCButtonForeground "ButtonForeground" | |
37 #define XtNmargin "margin" | |
38 #define XtNhorizontalSpacing "horizontalSpacing" | |
39 #define XtNverticalSpacing "verticalSpacing" | |
40 #define XtNarrowSpacing "arrowSpacing" | |
41 #define XtNmenu "menu" | |
42 #define XtCMenu "Menu" | |
43 #define XtNopen "open" | |
44 #define XtNselect "select" | |
27339
8b90339beb04
(XtNhighlightCallback): New define.
Gerd Moellmann <gerd@gnu.org>
parents:
8786
diff
changeset
|
45 #define XtNhighlightCallback "highlightCallback" |
5626 | 46 #define XtNmenuBorderWidth "menuBorderWidth" |
47 #define XtNhorizontal "horizontal" | |
48 #define XtCHorizontal "Horizontal" | |
49 #define XtNcursor "cursor" | |
50 #define XtNCursor "Cursor" | |
8786 | 51 #define XtNshowGrip "showGrip" |
52 #define XtCShowGrip "ShowGrip" | |
53 #define XtNresizeToPreferred "resizeToPreferred" | |
54 #define XtCResizeToPreferred "ResizeToPreferred" | |
55 #define XtNallowResize "allowResize" | |
56 #define XtCAllowResize "AllowResize" | |
5626 | 57 |
58 /* Motif-compatible resource names */ | |
59 #define XmNshadowThickness "shadowThickness" | |
60 #define XmCShadowThickness "ShadowThickness" | |
61 #define XmNtopShadowColor "topShadowColor" | |
62 #define XmCTopShadowColor "TopShadowColor" | |
63 #define XmNbottomShadowColor "bottomShadowColor" | |
64 #define XmCBottomShadowColor "BottomShadowColor" | |
65 #define XmNtopShadowPixmap "topShadowPixmap" | |
66 #define XmCTopShadowPixmap "TopShadowPixmap" | |
67 #define XmNbottomShadowPixmap "bottomShadowPixmap" | |
68 #define XmCBottomShadowPixmap "BottomShadowPixmap" | |
69 #define XmRHorizontalDimension "HorizontalDimension" | |
70 | |
71 typedef struct _XlwMenuRec *XlwMenuWidget; | |
72 typedef struct _XlwMenuClassRec *XlwMenuWidgetClass; | |
73 | |
74 extern WidgetClass xlwMenuWidgetClass; | |
75 | |
76 #endif /* _XlwMenu_h */ | |
52401 | 77 |
78 /* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07 | |
79 (do not change this comment) */ |