Mercurial > emacs
annotate lwlib/xlwmenu.h @ 76061:d153e68474d4
Update location of pretest tarball.
No longer mention leim tarball.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 22 Feb 2007 11:11:03 +0000 |
parents | 6d19c76d81c5 |
children | 669c1591727d 95d0cdf160ea |
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. |
75250
6d19c76d81c5
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
75016
diff
changeset
|
2 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
6d19c76d81c5
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
75016
diff
changeset
|
3 2006, 2007 Free Software Foundation, Inc. |
60584
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
4 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
5 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
|
6 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
7 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
|
8 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
|
9 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
|
10 any later version. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
11 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
12 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
|
13 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
|
14 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
|
15 GNU General Public License for more details. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
16 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
17 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
|
18 along with GNU Emacs; see the file COPYING. If not, write to the |
64083 | 19 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 Boston, MA 02110-1301, USA. */ | |
60584
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
21 |
5626 | 22 #ifndef _XlwMenu_h |
23 #define _XlwMenu_h | |
24 | |
25 /*********************************************************************** | |
26 * | |
27 * XlwMenu Widget | |
28 * | |
29 ***********************************************************************/ | |
30 | |
31 #include "lwlib.h" | |
32 | |
33 /* Resource names used by the XlwMenu widget */ | |
45146
174fe450ad23
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Pavel Janík <Pavel@Janik.cz>
parents:
29466
diff
changeset
|
34 #define XtNdisabledForeground "disabledForeground" |
174fe450ad23
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Pavel Janík <Pavel@Janik.cz>
parents:
29466
diff
changeset
|
35 #define XtCDisabledForeground "DisabledForeground" |
5626 | 36 #define XtNbuttonForeground "buttonForeground" |
37 #define XtCButtonForeground "ButtonForeground" | |
38 #define XtNmargin "margin" | |
39 #define XtNhorizontalSpacing "horizontalSpacing" | |
40 #define XtNverticalSpacing "verticalSpacing" | |
41 #define XtNarrowSpacing "arrowSpacing" | |
42 #define XtNmenu "menu" | |
43 #define XtCMenu "Menu" | |
44 #define XtNopen "open" | |
45 #define XtNselect "select" | |
27339
8b90339beb04
(XtNhighlightCallback): New define.
Gerd Moellmann <gerd@gnu.org>
parents:
8786
diff
changeset
|
46 #define XtNhighlightCallback "highlightCallback" |
75016
6a01460d75ba
(XtNleaveCallback, XtNenterCallback): New strings.
Jan Djärv <jan.h.d@swipnet.se>
parents:
68640
diff
changeset
|
47 #define XtNenterCallback "enterCallback" |
6a01460d75ba
(XtNleaveCallback, XtNenterCallback): New strings.
Jan Djärv <jan.h.d@swipnet.se>
parents:
68640
diff
changeset
|
48 #define XtNleaveCallback "leaveCallback" |
5626 | 49 #define XtNmenuBorderWidth "menuBorderWidth" |
50 #define XtNhorizontal "horizontal" | |
51 #define XtCHorizontal "Horizontal" | |
52 #define XtNcursor "cursor" | |
53 #define XtNCursor "Cursor" | |
8786 | 54 #define XtNshowGrip "showGrip" |
55 #define XtCShowGrip "ShowGrip" | |
56 #define XtNresizeToPreferred "resizeToPreferred" | |
57 #define XtCResizeToPreferred "ResizeToPreferred" | |
58 #define XtNallowResize "allowResize" | |
59 #define XtCAllowResize "AllowResize" | |
5626 | 60 |
61 /* Motif-compatible resource names */ | |
62 #define XmNshadowThickness "shadowThickness" | |
63 #define XmCShadowThickness "ShadowThickness" | |
64 #define XmNtopShadowColor "topShadowColor" | |
65 #define XmCTopShadowColor "TopShadowColor" | |
66 #define XmNbottomShadowColor "bottomShadowColor" | |
67 #define XmCBottomShadowColor "BottomShadowColor" | |
68 #define XmNtopShadowPixmap "topShadowPixmap" | |
69 #define XmCTopShadowPixmap "TopShadowPixmap" | |
70 #define XmNbottomShadowPixmap "bottomShadowPixmap" | |
71 #define XmCBottomShadowPixmap "BottomShadowPixmap" | |
72 #define XmRHorizontalDimension "HorizontalDimension" | |
73 | |
74 typedef struct _XlwMenuRec *XlwMenuWidget; | |
75 typedef struct _XlwMenuClassRec *XlwMenuWidgetClass; | |
76 | |
77 extern WidgetClass xlwMenuWidgetClass; | |
78 | |
79 #endif /* _XlwMenu_h */ | |
52401 | 80 |
81 /* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07 | |
82 (do not change this comment) */ |