1 /* The emacs frame widget public header file.
2 Copyright (C) 1993 Free Software Foundation, Inc.
4 This file is part of GNU Emacs.
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 /* Emacs 19 face widget ported by Fred Pierresteguy */
25 #define XtNminibuffer "minibuffer"
26 #define XtCMinibuffer "Minibuffer"
27 #define XtNunsplittable "unsplittable"
28 #define XtCUnsplittable "Unsplittable"
29 #define XtNinternalBorderWidth "internalBorderWidth"
30 #define XtCInternalBorderWidth "InternalBorderWidth"
31 #define XtNinterline "interline"
32 #define XtCInterline "Interline"
35 #define XtNfont "font"
38 #define XtCFont "Font"
41 #define XtNforeground "foreground"
44 #define XtCForeground "Foreground"
47 #define XtNcursorColor "cursorColor"
48 #define XtCCursorColor "CursorColor"
49 #define XtNbarCursor "barCursor"
50 #define XtCBarCursor "BarCursor"
52 #define XtNvisualBell "visualBell"
53 #define XtCVisualBell "VisualBell"
54 #define XtCBellVolume "BellVolume"
55 #define XtNbellVolume "bellVolume"
57 #define XtNpointerBackground "pointerBackground"
58 #define XtNpointerColor "pointerColor"
60 #define XtNtextPointer "textPointer"
61 #define XtNspacePointer "spacePointer"
62 #define XtNmodeLinePointer "modePointer"
63 #define XtNgcPointer "gcPointer"
65 #define XtNemacsFrame "emacsFrame"
66 #define XtCEmacsFrame "EmacsFrame"
69 #define XtNgeometry "geometry"
72 #define XtCGeometry "Geometry"
75 #define XtNinitialGeometry "initialGeometry"
76 #define XtCInitialGeometry "InitialGeometry"
80 typedef struct _EmacsFrameRec
*EmacsFrame
;
81 typedef struct _EmacsFrameClassRec
*EmacsFrameClass
;
83 extern WidgetClass emacsFrameClass
;
85 extern struct _DisplayContext
* display_context
;
87 /* Special entrypoints */
88 void EmacsFrameSetCharSize ();
90 #endif /* _EmacsFrame_h */