annotate src/EmacsFrame.c @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 1ce6082ce73f
children 360340f9fd5f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* The emacs frame widget.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 Copyright (C) 1993-1995 Sun Microsystems, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 Copyright (C) 1995 Ben Wing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 under the terms of the GNU General Public License as published by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 Free Software Foundation; either version 2, or (at your option) any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 along with XEmacs; see the file COPYING. If not, write to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 Boston, MA 02111-1307, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 /* Synched up with: Not in FSF. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 /* #### Note to potential hackers: Don't mess with this unless you're
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 sure you know what you're doing! Xt is a lot more subtle than
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 you may think. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #include <config.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #include "lisp.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 #include "console-x.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #include "glyphs-x.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 #include "objects-x.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 #include <X11/Shell.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 #include "EmacsFrameP.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 #include "EmacsManager.h" /* for EmacsManagerChangeSize */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 #include "xmu.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 #include "faces.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 #include "frame.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 #include "toolbar.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 #include "redisplay.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 #include "window.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 static void EmacsFrameClassInitialize (void);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 static void EmacsFrameInitialize (Widget, Widget, ArgList, Cardinal *);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 static void EmacsFrameRealize (Widget, XtValueMask*, XSetWindowAttributes*);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 static void EmacsFrameResize (Widget widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 static Boolean EmacsFrameSetValues (Widget, Widget, Widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 ArgList, Cardinal *);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 static XtGeometryResult EmacsFrameQueryGeometry (Widget, XtWidgetGeometry*,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 XtWidgetGeometry*);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 extern void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 emacs_Xt_mapping_action (Widget w, XMappingEvent* event);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 #undef XtOffset
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 #define XtOffset(p_type,field) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 ((Cardinal) (((char *) (&(((p_type)0)->field))) - ((char *)0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 #define offset(field) XtOffset(EmacsFrame, emacs_frame.field)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 static XtResource resources[] = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 {XtNgeometry, XtCGeometry, XtRString, sizeof(String),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 offset (geometry), XtRString, (XtPointer) 0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 {XtNiconic, XtCIconic, XtRBoolean, sizeof(Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 offset (iconic), XtRImmediate, (XtPointer) False},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 {XtNemacsFrame, XtCEmacsFrame, XtRPointer, sizeof (XtPointer),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 offset (frame), XtRImmediate, 0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 {XtNmenubar, XtCMenubar, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 offset (menubar_p), XtRImmediate, (XtPointer) True},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 {XtNinitiallyUnmapped, XtCInitiallyUnmapped, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 offset (initially_unmapped), XtRImmediate, (XtPointer) False},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 {XtNminibuffer, XtCMinibuffer, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 offset (minibuffer), XtRImmediate, (XtPointer) True},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 {XtNunsplittable, XtCUnsplittable, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 offset (unsplittable), XtRImmediate, (XtPointer) False},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 {XtNinternalBorderWidth, XtCInternalBorderWidth, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 offset (internal_border_width), XtRImmediate, (XtPointer)4},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 {XtNscrollBarWidth, XtCScrollBarWidth, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 offset (scrollbar_width), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 {XtNscrollBarHeight, XtCScrollBarHeight, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 offset (scrollbar_height), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 {XtNscrollBarPlacement, XtCScrollBarPlacement, XtRScrollBarPlacement,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 sizeof(unsigned char), offset(scrollbar_placement), XtRImmediate,
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
88 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
89 defined (LWLIB_SCROLLBARS_ATHENA3D)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 (XtPointer) XtBOTTOM_RIGHT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 (XtPointer) XtBOTTOM_LEFT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 #endif /* HAVE_SCROLLBARS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 {XtNtopToolBarHeight, XtCTopToolBarHeight, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 offset (top_toolbar_height), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 {XtNbottomToolBarHeight, XtCBottomToolBarHeight, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 offset (bottom_toolbar_height), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 {XtNleftToolBarWidth, XtCLeftToolBarWidth, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 offset (left_toolbar_width), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 {XtNrightToolBarWidth, XtCRightToolBarWidth, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 offset (right_toolbar_width), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel),
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
106 offset(top_toolbar_shadow_pixel), XtRString, (String) "Gray90"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString,
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
109 (String) "Gray40"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 sizeof(Pixel), offset(background_toolbar_pixel), XtRString,
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
112 (String) "Gray75"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 (XtPointer)None},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 {XtNbottomToolBarShadowPixmap, XtCBottomToolBarShadowPixmap, XtRPixmap,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 sizeof (Pixmap), offset(bottom_toolbar_shadow_pixmap), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 (XtPointer)None},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 {XtNtoolBarShadowThickness, XtCToolBarShadowThickness, XtRDimension,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 sizeof (Dimension), offset (toolbar_shadow_thickness), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 (XtPointer)2},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 #endif /* HAVE_TOOLBARS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 {XtNinterline, XtCInterline, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 offset (interline), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 #ifdef I18N4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 XtNfontSet, XtCFontSet, XtRFontSet, sizeof(XFontSet),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 XtNfont, XtCFont, XtRFontStruct, sizeof(XFontStruct *),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 offset(font), XtRImmediate, (XtPointer)0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
134 offset(foreground_pixel), XtRString, (String) "XtDefaultForeground"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 {XtNcursorColor, XtCForeground, XtRPixel, sizeof(Pixel),
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
136 offset(cursor_color), XtRString, (String) "XtDefaultForeground"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 {XtNbarCursor, XtCBarCursor, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 offset (bar_cursor), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 {XtNvisualBell, XtCVisualBell, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 offset (visual_bell), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 {XtNbellVolume, XtCBellVolume, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 offset (bell_volume), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 {XtNuseBackingStore, XtCUseBackingStore, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 offset (use_backing_store), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 {XtNpreferredWidth, XtCPreferredWidth, XtRDimension, sizeof (Dimension),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 offset (preferred_width), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 {XtNpreferredHeight, XtCPreferredHeight, XtRDimension, sizeof (Dimension),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 offset (preferred_height), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 #undef offset
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 /* Xt is stupid and dumb.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 Xt is stupid and dumb.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 Xt is stupid and dumb. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 static XtActionsRec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 emacsFrameActionsTable [] = {
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
159 {(String) "mapping", (XtActionProc) emacs_Xt_mapping_action},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 static char
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 emacsFrameTranslations [] = "\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 <Mapping>: mapping()\n\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 ";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 /* If we're running under Motif, make this widget a subclass
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 of XmPrimitive. It's not clear this is necessary, but it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 may make focus behavior work better. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 EmacsFrameClassRec emacsFrameClassRec = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 { /* core fields */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 #ifdef LWLIB_USES_MOTIF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 /* superclass */ (WidgetClass) &xmPrimitiveClassRec,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 /* superclass */ &widgetClassRec,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 #endif
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
178 /* class_name */ (String) "EmacsFrame",
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 /* widget_size */ sizeof(EmacsFrameRec),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 /* class_initialize */ EmacsFrameClassInitialize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 /* class_part_initialize */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 /* class_inited */ FALSE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 /* initialize */ EmacsFrameInitialize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 /* initialize_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 /* realize */ EmacsFrameRealize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 /* actions */ emacsFrameActionsTable,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 /* num_actions */ XtNumber (emacsFrameActionsTable),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 /* resources */ resources,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 /* resource_count */ XtNumber(resources),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 /* xrm_class */ NULLQUARK,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 /* compress_motion */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 /* compress_exposure */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 /* compress_enterleave */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 /* visible_interest */ FALSE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 /* destroy */ NULL,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 /* resize */ EmacsFrameResize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 /* expose */ XtInheritExpose,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 /* set_values */ EmacsFrameSetValues,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 /* set_values_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 /* set_values_almost */ XtInheritSetValuesAlmost,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 /* get_values_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 /* accept_focus */ XtInheritAcceptFocus,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 /* version */ XtVersion,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 /* callback_private */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 /* tm_table */ emacsFrameTranslations,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 /* query_geometry */ EmacsFrameQueryGeometry,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 /* display_accelerator */ XtInheritDisplayAccelerator,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 /* extension */ 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 #ifdef LWLIB_USES_MOTIF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 { /* XmPrimitiveClassPart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 (XtWidgetProc) _XtInherit, /* border_highlight */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 (XtWidgetProc) _XtInherit, /* border_unhighlight */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 /* Setting the following to NULL causes PrimitiveInitialize()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 not to add traversal (TAB etc. to switch focus) and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 focus-in/out (border highlight/unhighlight) translations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 If you want those translations, use the value XtInheritTranslations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 instead. Doing this, however, will interfere with Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 focus handling (which highlights/unhighlights the text cursor),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 and will lead to strange display results around the border of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 widget. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 NULL, /* translations */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 NULL, /* arm_and_activate */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 NULL, /* get resources */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 0, /* num get_resources */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 NULL, /* extension */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 #endif /* LWLIB_USES_MOTIF */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 WidgetClass emacsFrameClass = (WidgetClass) &emacsFrameClassRec;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 update_various_frame_slots (EmacsFrame ew)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 ew->emacs_frame.frame->pixheight = ew->core.height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 ew->emacs_frame.frame->pixwidth = ew->core.width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 ew->emacs_frame.frame->internal_border_width =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 ew->emacs_frame.internal_border_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 EmacsFrameInitialize (Widget request, Widget new,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 ArgList dum1, Cardinal *dum2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 EmacsFrame ew = (EmacsFrame)new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 if (!f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 fatal ("can't create an emacs frame widget without a frame.");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 void emacs_Xt_event_handler (Widget wid /* unused */,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 XtPointer closure /* unused */,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 XEvent *event,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 Boolean *continue_to_dispatch /* unused */);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 EmacsFrameRealize (Widget widget, XtValueMask *mask,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 XSetWindowAttributes *attrs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 Widget shell_widget = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
269 attrs->event_mask =
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
270 ExposureMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
271 VisibilityChangeMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
272 PropertyChangeMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
273 StructureNotifyMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
274 SubstructureNotifyMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
275 /*SubstructureRedirectMask |*/ /* Only for WMs! */
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
276 KeyPressMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
277 KeyReleaseMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
278 ButtonPressMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
279 ButtonReleaseMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
280 FocusChangeMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
281 PointerMotionHintMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
282 PointerMotionMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
283 LeaveWindowMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
284 EnterWindowMask;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
285
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 #ifdef I18N4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 /* Make sure that events wanted by the input method are selected. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 attrs->event_mask |= input_method_event_mask;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 *mask |= CWEventMask;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 if (ew->emacs_frame.use_backing_store)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 attrs->backing_store = Always;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 *mask |= CWBackingStore;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 XtCreateWindow (widget, InputOutput, (Visual *)CopyFromParent, *mask,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 attrs);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 /* snarf the events we want. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 XtInsertEventHandler (widget, attrs->event_mask, TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 emacs_Xt_event_handler, NULL, XtListHead);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 /* some events (e.g. map-notify and WM_DELETE_WINDOW) get sent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 directly to the shell, and the above event handler won't see
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 them. So add a handler to get them. These events don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 propagate, so there's no danger of them being seen twice. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 XtInsertEventHandler (shell_widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 EnterWindowMask | LeaveWindowMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 VisibilityChangeMask | StructureNotifyMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 KeyPressMask,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 TRUE, emacs_Xt_event_handler, NULL, XtListHead);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 /* #### Not sure if this special case is necessary */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 if (!FRAME_X_EXTERNAL_WINDOW_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 /* This is necessary under Motif in order to make it possible to click in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 a buffer and move focus out of a dialog box or control panel and back
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 into emacs-land; also necessary so that you can still type chars
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 if the cursor is over the menubar or scrollbar. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 lw_set_keyboard_focus (shell_widget, FRAME_X_TEXT_WIDGET (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 /* DO NOT CALL THIS FUNCTION! Only Xt is supposed to do this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 EmacsFrameResize (Widget widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 EmacsFrame ew = (EmacsFrame)widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 int columns;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 int rows;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 XtWidgetGeometry req, repl;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 pixel_to_char_size (f, ew->core.width, ew->core.height, &columns, &rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 update_various_frame_slots (ew);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 change_frame_size (f, rows, columns, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 /* Now we tell the EmacsShell that we've changed the size of the non-fixed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 portion of the frame. Note that, if we the resize occurred as a result
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 of EmacsFrameSetCharSize(), this information will be stored twice.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 This is not a big deal, as storing this information doesn't actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 do anything until the next resize. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 x_wm_set_variable_size (FRAME_X_SHELL_WIDGET (f), columns, rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 /* Kick the manager so that it knows we've changed size. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 req.request_mode = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 XtQueryGeometry (FRAME_X_CONTAINER_WIDGET (f), &req, &repl);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 EmacsManagerChangeSize (FRAME_X_CONTAINER_WIDGET (f), repl.width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 repl.height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 static Boolean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 EmacsFrameSetValues (Widget cur_widget, Widget req_widget, Widget new_widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 ArgList dum1, Cardinal *dum2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 EmacsFrame cur = (EmacsFrame) cur_widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 EmacsFrame new = (EmacsFrame) new_widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 Lisp_Object frame = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 XSETFRAME (frame, new->emacs_frame.frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 in_resource_setting++;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 /* This function does not need to do much. Pretty much everything
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 interesting will get done in the resize method, which will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 (if necessary) get called by Xt when this function returns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 (see below).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 /* #### This function will not work if it is not called from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 update_EmacsFrame(), called from SET_FACE_PROPERTY().
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 The code located there should be moved inside of here instead,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 so that things work if either SET_FACE_PROPERTY() is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 called or XtSetValues() is called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 if (cur->emacs_frame.iconic != new->emacs_frame.iconic &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 FRAME_X_TOP_LEVEL_FRAME_P (new->emacs_frame.frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 x_wm_set_shell_iconic_p (FRAME_X_SHELL_WIDGET (new->emacs_frame.frame),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 new->emacs_frame.iconic);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 if (!in_specifier_change_function)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 /* If we got here, then we were likely called as a result of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 the EditRes protocol, so go ahead and change scrollbar-width
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 and scrollbar-height. Otherwise, we're merely mirroring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 a change made to scrollbar-width etc. so don't do anything
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 special. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 if (cur->emacs_frame.scrollbar_width !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 new->emacs_frame.scrollbar_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 (Vscrollbar_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 make_int (new->emacs_frame.scrollbar_width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 if (cur->emacs_frame.scrollbar_height !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 new->emacs_frame.scrollbar_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 (Vscrollbar_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 make_int (new->emacs_frame.scrollbar_height),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 if (cur->emacs_frame.top_toolbar_height !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 new->emacs_frame.top_toolbar_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 (Vtoolbar_size[TOP_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 make_int (new->emacs_frame.top_toolbar_height),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 if (cur->emacs_frame.bottom_toolbar_height !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 new->emacs_frame.bottom_toolbar_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 (Vtoolbar_size[BOTTOM_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 make_int (new->emacs_frame.bottom_toolbar_height),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 if (cur->emacs_frame.left_toolbar_width !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 new->emacs_frame.left_toolbar_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 (Vtoolbar_size[LEFT_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 make_int (new->emacs_frame.left_toolbar_width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 if (cur->emacs_frame.right_toolbar_width !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 new->emacs_frame.right_toolbar_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 (Vtoolbar_size[RIGHT_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 make_int (new->emacs_frame.right_toolbar_width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 in_resource_setting--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 return False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 /* Note that if either (a) we return True, or (b) the width or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 height has changed, an Expose event will be generated. The Xt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 manual says you should not return True if the width or height has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 changed, because then two Expose events will be generated.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 In any case, there is no need to return True because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 SET_FACE_PROPERTY(), which does the resource
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 setting, automatically forces a redisplay as necessary. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 static XtGeometryResult
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 EmacsFrameQueryGeometry (Widget widget, XtWidgetGeometry *request,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 XtWidgetGeometry *result)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 int mask = request->request_mode;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 Dimension width, height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 int ok_width_int, ok_height_int;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 Dimension ok_width, ok_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 /* We have a definite preference for what size we would like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 to be.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 1) If a preferred size was specified for us, use it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 (This is not currently used)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 2) If a proposed size was given, round it to the nearest
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 multiple of the default char size and return it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 3) Otherwise, take our current size and round it to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 nearest multiple of the default char size. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 width = mask & CWWidth ? request->width : ew->core.width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 height = mask & CWHeight ? request->height : ew->core.height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 round_size_to_char (ew->emacs_frame.frame, width, height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 &ok_width_int, &ok_height_int);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 ok_width = (Dimension) ok_width_int;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 ok_height = (Dimension) ok_height_int;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 if (ew->emacs_frame.preferred_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 ok_width = ew->emacs_frame.preferred_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 if (ew->emacs_frame.preferred_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 ok_height = ew->emacs_frame.preferred_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 result->request_mode |= CWWidth | CWHeight;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 result->width = ok_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 result->height = ok_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 if (((mask & CWWidth) && ok_width != request->width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 || ((mask & CWHeight) && ok_height != request->height))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 return XtGeometryAlmost;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 return XtGeometryYes;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485
16
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
486 /* Xt string-to-scrollbar-placement converter */
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
487 /* ### Convert this to a `new-style' converter (See XtAddTypeConverter) */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 /* This variable cannot be a stack variable. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 static unsigned char cvt_string_scrollbar_placement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 /* ARGSUSED */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 static void
16
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
494 _CvtStringToScrollBarPlacement (XrmValuePtr args, /* unused */
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
495 Cardinal *num_args, /* unused */
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
496 XrmValuePtr fromVal,
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
497 XrmValuePtr toVal)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 {
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
499 #if 0
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
500 /* Martin, this is broken. Please fix it. */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 XrmQuark q;
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
502 char *lowerName = (char *) alloca (strlen ( (char *) fromVal->addr) + 1);
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
503
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
504 XmuCopyISOLatin1Lowered (lowerName, (char *) fromVal->addr);
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
505 q = XrmStringToQuark (lowerName);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
507 toVal->size = sizeof (cvt_string_scrollbar_placement);
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
508 toVal->addr = (XtPointer) &cvt_string_scrollbar_placement;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
509 cvt_string_scrollbar_placement =
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
510 q == XrmStringToQuark ("top_left") ? XtTOP_LEFT :
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
511 q == XrmStringToQuark ("bottom_left") ? XtBOTTOM_LEFT :
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
512 q == XrmStringToQuark ("top_right") ? XtTOP_RIGHT :
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
513 q == XrmStringToQuark ("bottom_right") ? XtBOTTOM_RIGHT :
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
514 0;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
515
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
516 if (cvt_string_scrollbar_placement != 0)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
517 return;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
518
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 toVal->addr = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 toVal->size = 0;
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
521 XtStringConversionWarning (fromVal->addr, "scrollBarPlacement");
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
522 #endif
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
523 #define done(address, type) \
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
524 toVal->size = sizeof(type); \
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
525 toVal->addr = (XtPointer) address; \
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
526 return /* `;' supplied by caller */
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
527
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
528 XrmQuark q;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
529 char lowerName[1000];
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
530
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
531 XmuCopyISOLatin1Lowered (lowerName, (char*)fromVal->addr);
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
532 q = XrmStringToQuark(lowerName);
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
533 if (q == XrmStringToQuark ("top_left"))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
534 {
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
535 cvt_string_scrollbar_placement = XtTOP_LEFT;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
536 done (&cvt_string_scrollbar_placement, unsigned char);
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
537 }
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
538 if (q == XrmStringToQuark ("bottom_left"))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
539 {
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
540 cvt_string_scrollbar_placement = XtBOTTOM_LEFT;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
541 done (&cvt_string_scrollbar_placement, unsigned char);
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
542 }
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
543 if (q == XrmStringToQuark ("top_right"))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
544 {
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
545 cvt_string_scrollbar_placement = XtTOP_RIGHT;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
546 done (&cvt_string_scrollbar_placement, unsigned char);
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
547 }
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
548 if (q == XrmStringToQuark ("bottom_right"))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
549 {
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
550 cvt_string_scrollbar_placement = XtBOTTOM_RIGHT;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
551 done (&cvt_string_scrollbar_placement, unsigned char);
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
552 }
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
553 XtStringConversionWarning (fromVal->addr, "scrollBarPlacement");
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
554 toVal->addr = NULL;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
555 toVal->size = 0;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
556 #undef done
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 EmacsFrameClassInitialize (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 XtAddConverter (XtRString, XtRScrollBarPlacement,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 _CvtStringToScrollBarPlacement, NULL, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 /********************* Special entrypoints *******************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 EmacsFrameRecomputeCellSize (Widget w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 EmacsFrame ew = (EmacsFrame) w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 int cw, ch;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 if (! XtIsSubclass (w, emacsFrameClass))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 default_face_height_and_width (make_frame (f), &ch, &cw);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 x_wm_set_cell_size (FRAME_X_SHELL_WIDGET (f), cw, ch);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 /* Set the size of the widget to have the number of rows and columns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 specified. This both causes the X window to change and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 internal frame structures to get modified to match. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 EmacsFrameSetCharSize (Widget widget, int columns, int rows)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 int pixel_width, pixel_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 if (columns < 3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 columns = 3; /* no way buddy */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 if (rows < 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 rows = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 char_to_pixel_size (f, columns, rows, &pixel_width, &pixel_height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 x_wm_set_variable_size (FRAME_X_SHELL_WIDGET (f), columns, rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 XtVaSetValues ((Widget) ew,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 XtNwidth, (Dimension) pixel_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 XtNheight, (Dimension) pixel_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 }