annotate src/EmacsFrame.c @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children ac2d302a0011
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,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 (XtPointer) XtBOTTOM_RIGHT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 (XtPointer) XtBOTTOM_LEFT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 #endif /* HAVE_SCROLLBARS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 {XtNtopToolBarHeight, XtCTopToolBarHeight, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 offset (top_toolbar_height), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 {XtNbottomToolBarHeight, XtCBottomToolBarHeight, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 offset (bottom_toolbar_height), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 {XtNleftToolBarWidth, XtCLeftToolBarWidth, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 offset (left_toolbar_width), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 {XtNrightToolBarWidth, XtCRightToolBarWidth, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 offset (right_toolbar_width), XtRImmediate, (XtPointer)-1},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 offset(top_toolbar_shadow_pixel), XtRString, "Gray90"},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 "Gray40"},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 sizeof(Pixel), offset(background_toolbar_pixel), XtRString,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 "Gray75"},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 (XtPointer)None},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 {XtNbottomToolBarShadowPixmap, XtCBottomToolBarShadowPixmap, XtRPixmap,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 sizeof (Pixmap), offset(bottom_toolbar_shadow_pixmap), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 (XtPointer)None},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 {XtNtoolBarShadowThickness, XtCToolBarShadowThickness, XtRDimension,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 sizeof (Dimension), offset (toolbar_shadow_thickness), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 (XtPointer)2},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 #endif /* HAVE_TOOLBARS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 {XtNinterline, XtCInterline, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 offset (interline), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 #ifdef I18N4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 XtNfontSet, XtCFontSet, XtRFontSet, sizeof(XFontSet),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 XtNfont, XtCFont, XtRFontStruct, sizeof(XFontStruct *),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 offset(font), XtRImmediate, (XtPointer)0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 offset(foreground_pixel), XtRString, "XtDefaultForeground"},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 {XtNcursorColor, XtCForeground, XtRPixel, sizeof(Pixel),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 offset(cursor_color), XtRString, "XtDefaultForeground"},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 {XtNbarCursor, XtCBarCursor, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 offset (bar_cursor), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 {XtNvisualBell, XtCVisualBell, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 offset (visual_bell), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 {XtNbellVolume, XtCBellVolume, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 offset (bell_volume), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 {XtNuseBackingStore, XtCUseBackingStore, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 offset (use_backing_store), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 {XtNpreferredWidth, XtCPreferredWidth, XtRDimension, sizeof (Dimension),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 offset (preferred_width), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 {XtNpreferredHeight, XtCPreferredHeight, XtRDimension, sizeof (Dimension),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 offset (preferred_height), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 #undef offset
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 /* Xt is stupid and dumb.
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
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 static XtActionsRec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 emacsFrameActionsTable [] = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 {"mapping", (XtActionProc) emacs_Xt_mapping_action},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 static char
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 emacsFrameTranslations [] = "\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 <Mapping>: mapping()\n\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 ";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 /* If we're running under Motif, make this widget a subclass
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 of XmPrimitive. It's not clear this is necessary, but it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 may make focus behavior work better. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 EmacsFrameClassRec emacsFrameClassRec = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 { /* core fields */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 #ifdef LWLIB_USES_MOTIF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 /* superclass */ (WidgetClass) &xmPrimitiveClassRec,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 /* superclass */ &widgetClassRec,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 /* class_name */ "EmacsFrame",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 /* widget_size */ sizeof(EmacsFrameRec),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 /* class_initialize */ EmacsFrameClassInitialize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 /* class_part_initialize */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 /* class_inited */ FALSE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 /* initialize */ EmacsFrameInitialize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 /* initialize_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 /* realize */ EmacsFrameRealize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 /* actions */ emacsFrameActionsTable,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 /* num_actions */ XtNumber (emacsFrameActionsTable),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 /* resources */ resources,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 /* resource_count */ XtNumber(resources),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 /* xrm_class */ NULLQUARK,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 /* compress_motion */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 /* compress_exposure */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 /* compress_enterleave */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 /* visible_interest */ FALSE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 /* destroy */ NULL,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 /* resize */ EmacsFrameResize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 /* expose */ XtInheritExpose,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 /* set_values */ EmacsFrameSetValues,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 /* set_values_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 /* set_values_almost */ XtInheritSetValuesAlmost,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 /* get_values_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 /* accept_focus */ XtInheritAcceptFocus,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 /* version */ XtVersion,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 /* callback_private */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 /* tm_table */ emacsFrameTranslations,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 /* query_geometry */ EmacsFrameQueryGeometry,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 /* display_accelerator */ XtInheritDisplayAccelerator,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 /* extension */ 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 #ifdef LWLIB_USES_MOTIF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 { /* XmPrimitiveClassPart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 (XtWidgetProc) _XtInherit, /* border_highlight */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 (XtWidgetProc) _XtInherit, /* border_unhighlight */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 /* Setting the following to NULL causes PrimitiveInitialize()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 not to add traversal (TAB etc. to switch focus) and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 focus-in/out (border highlight/unhighlight) translations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 If you want those translations, use the value XtInheritTranslations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 instead. Doing this, however, will interfere with Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 focus handling (which highlights/unhighlights the text cursor),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 and will lead to strange display results around the border of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 widget. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 NULL, /* translations */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 NULL, /* arm_and_activate */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 NULL, /* get resources */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 0, /* num get_resources */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 NULL, /* extension */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 #endif /* LWLIB_USES_MOTIF */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 WidgetClass emacsFrameClass = (WidgetClass) &emacsFrameClassRec;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 update_various_frame_slots (EmacsFrame ew)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 ew->emacs_frame.frame->pixheight = ew->core.height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 ew->emacs_frame.frame->pixwidth = ew->core.width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 ew->emacs_frame.frame->internal_border_width =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 ew->emacs_frame.internal_border_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 EmacsFrameInitialize (Widget request, Widget new,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 ArgList dum1, Cardinal *dum2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 EmacsFrame ew = (EmacsFrame)new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 if (!f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 fatal ("can't create an emacs frame widget without a frame.");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 void emacs_Xt_event_handler (Widget wid /* unused */,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 XtPointer closure /* unused */,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 XEvent *event,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 Boolean *continue_to_dispatch /* unused */);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 EmacsFrameRealize (Widget widget, XtValueMask *mask,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 XSetWindowAttributes *attrs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 Widget shell_widget = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 attrs->event_mask = (ExposureMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 StructureNotifyMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 VisibilityChangeMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 PropertyChangeMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 StructureNotifyMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 /*SubstructureNotifyMask |*/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 /*SubstructureRedirectMask |*/ /* Only for WMs! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 KeyPressMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 KeyReleaseMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 ButtonPressMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 ButtonReleaseMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 FocusChangeMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 PointerMotionHintMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 PointerMotionMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 LeaveWindowMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 EnterWindowMask);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 #ifdef I18N4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 /* Make sure that events wanted by the input method are selected. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 attrs->event_mask |= input_method_event_mask;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 *mask |= CWEventMask;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 if (ew->emacs_frame.use_backing_store)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 attrs->backing_store = Always;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 *mask |= CWBackingStore;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 XtCreateWindow (widget, InputOutput, (Visual *)CopyFromParent, *mask,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 attrs);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 /* snarf the events we want. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 XtInsertEventHandler (widget, attrs->event_mask, TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 emacs_Xt_event_handler, NULL, XtListHead);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 /* some events (e.g. map-notify and WM_DELETE_WINDOW) get sent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 directly to the shell, and the above event handler won't see
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 them. So add a handler to get them. These events don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 propagate, so there's no danger of them being seen twice. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 XtInsertEventHandler (shell_widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 EnterWindowMask | LeaveWindowMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 VisibilityChangeMask | StructureNotifyMask |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 KeyPressMask,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 TRUE, emacs_Xt_event_handler, NULL, XtListHead);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 /* #### Not sure if this special case is necessary */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 if (!FRAME_X_EXTERNAL_WINDOW_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 /* 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
318 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
319 into emacs-land; also necessary so that you can still type chars
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 if the cursor is over the menubar or scrollbar. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 lw_set_keyboard_focus (shell_widget, FRAME_X_TEXT_WIDGET (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 /* DO NOT CALL THIS FUNCTION! Only Xt is supposed to do this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 EmacsFrameResize (Widget widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 EmacsFrame ew = (EmacsFrame)widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 int columns;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 int rows;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 XtWidgetGeometry req, repl;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 pixel_to_char_size (f, ew->core.width, ew->core.height, &columns, &rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 update_various_frame_slots (ew);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 change_frame_size (f, rows, columns, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 /* 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
340 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
341 of EmacsFrameSetCharSize(), this information will be stored twice.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 This is not a big deal, as storing this information doesn't actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 do anything until the next resize. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 x_wm_set_variable_size (FRAME_X_SHELL_WIDGET (f), columns, rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 /* Kick the manager so that it knows we've changed size. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 req.request_mode = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 XtQueryGeometry (FRAME_X_CONTAINER_WIDGET (f), &req, &repl);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 EmacsManagerChangeSize (FRAME_X_CONTAINER_WIDGET (f), repl.width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 repl.height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 static Boolean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 EmacsFrameSetValues (Widget cur_widget, Widget req_widget, Widget new_widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 ArgList dum1, Cardinal *dum2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 EmacsFrame cur = (EmacsFrame) cur_widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 EmacsFrame new = (EmacsFrame) new_widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 Lisp_Object frame = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 XSETFRAME (frame, new->emacs_frame.frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 in_resource_setting++;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 /* This function does not need to do much. Pretty much everything
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 interesting will get done in the resize method, which will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 (if necessary) get called by Xt when this function returns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 (see below).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 /* #### This function will not work if it is not called from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 update_EmacsFrame(), called from SET_FACE_PROPERTY().
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 The code located there should be moved inside of here instead,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 so that things work if either SET_FACE_PROPERTY() is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 called or XtSetValues() is called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 if (cur->emacs_frame.iconic != new->emacs_frame.iconic &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 FRAME_X_TOP_LEVEL_FRAME_P (new->emacs_frame.frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 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
380 new->emacs_frame.iconic);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 if (!in_specifier_change_function)
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 we got here, then we were likely called as a result of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 the EditRes protocol, so go ahead and change scrollbar-width
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 and scrollbar-height. Otherwise, we're merely mirroring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 a change made to scrollbar-width etc. so don't do anything
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 special. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 if (cur->emacs_frame.scrollbar_width !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 new->emacs_frame.scrollbar_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 (Vscrollbar_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 make_int (new->emacs_frame.scrollbar_width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 if (cur->emacs_frame.scrollbar_height !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 new->emacs_frame.scrollbar_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 (Vscrollbar_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 make_int (new->emacs_frame.scrollbar_height),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 if (cur->emacs_frame.top_toolbar_height !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 new->emacs_frame.top_toolbar_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 (Vtoolbar_size[TOP_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 make_int (new->emacs_frame.top_toolbar_height),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 if (cur->emacs_frame.bottom_toolbar_height !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 new->emacs_frame.bottom_toolbar_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 (Vtoolbar_size[BOTTOM_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 make_int (new->emacs_frame.bottom_toolbar_height),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 if (cur->emacs_frame.left_toolbar_width !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 new->emacs_frame.left_toolbar_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 (Vtoolbar_size[LEFT_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 make_int (new->emacs_frame.left_toolbar_width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 if (cur->emacs_frame.right_toolbar_width !=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 new->emacs_frame.right_toolbar_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 Fadd_spec_to_specifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 (Vtoolbar_size[RIGHT_TOOLBAR],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 make_int (new->emacs_frame.right_toolbar_width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 frame, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 in_resource_setting--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 return False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 /* Note that if either (a) we return True, or (b) the width or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 height has changed, an Expose event will be generated. The Xt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 manual says you should not return True if the width or height has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 changed, because then two Expose events will be generated.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 In any case, there is no need to return True because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 SET_FACE_PROPERTY(), which does the resource
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 setting, automatically forces a redisplay as necessary. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 static XtGeometryResult
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 EmacsFrameQueryGeometry (Widget widget, XtWidgetGeometry *request,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 XtWidgetGeometry *result)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 int mask = request->request_mode;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 Dimension width, height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 int ok_width_int, ok_height_int;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 Dimension ok_width, ok_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 /* We have a definite preference for what size we would like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 to be.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 1) If a preferred size was specified for us, use it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 (This is not currently used)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 2) If a proposed size was given, round it to the nearest
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 multiple of the default char size and return it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 3) Otherwise, take our current size and round it to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 nearest multiple of the default char size. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 width = mask & CWWidth ? request->width : ew->core.width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 height = mask & CWHeight ? request->height : ew->core.height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 round_size_to_char (ew->emacs_frame.frame, width, height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 &ok_width_int, &ok_height_int);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 ok_width = (Dimension) ok_width_int;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 ok_height = (Dimension) ok_height_int;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 if (ew->emacs_frame.preferred_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 ok_width = ew->emacs_frame.preferred_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 if (ew->emacs_frame.preferred_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 ok_height = ew->emacs_frame.preferred_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 result->request_mode |= CWWidth | CWHeight;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 result->width = ok_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 result->height = ok_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 if (((mask & CWWidth) && ok_width != request->width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 || ((mask & CWHeight) && ok_height != request->height))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 return XtGeometryAlmost;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 return XtGeometryYes;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 /**** string-to-scrollbar-placement converter: modelled after edge-type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 converter in Xaw/Form.c ****/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 #define done(address, type) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 toVal->size = sizeof(type); \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 toVal->addr = (XtPointer) address; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 return /* `;' supplied by caller */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 /* This variable cannot be a stack variable. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 static unsigned char cvt_string_scrollbar_placement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 /* ARGSUSED */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 _CvtStringToScrollBarPlacement (args, num_args, fromVal, toVal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 XrmValuePtr args; /* unused */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 Cardinal *num_args; /* unused */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 XrmValuePtr fromVal;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 XrmValuePtr toVal;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 XrmQuark q;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 char lowerName[1000];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 XmuCopyISOLatin1Lowered (lowerName, (char*)fromVal->addr);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 q = XrmStringToQuark(lowerName);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 if (q == XrmStringToQuark ("top_left"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 cvt_string_scrollbar_placement = XtTOP_LEFT;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 done (&cvt_string_scrollbar_placement, unsigned char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 if (q == XrmStringToQuark ("bottom_left"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 cvt_string_scrollbar_placement = XtBOTTOM_LEFT;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 done (&cvt_string_scrollbar_placement, unsigned char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 if (q == XrmStringToQuark ("top_right"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 cvt_string_scrollbar_placement = XtTOP_RIGHT;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 done (&cvt_string_scrollbar_placement, unsigned char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 if (q == XrmStringToQuark ("bottom_right"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 cvt_string_scrollbar_placement = XtBOTTOM_RIGHT;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 done (&cvt_string_scrollbar_placement, unsigned char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 XtStringConversionWarning (fromVal->addr, "scrollBarPlacement");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 toVal->addr = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 toVal->size = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 EmacsFrameClassInitialize (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 XtAddConverter (XtRString, XtRScrollBarPlacement,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 _CvtStringToScrollBarPlacement, NULL, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 /********************* Special entrypoints *******************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 EmacsFrameRecomputeCellSize (Widget w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 EmacsFrame ew = (EmacsFrame) w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 int cw, ch;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 if (! XtIsSubclass (w, emacsFrameClass))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 default_face_height_and_width (make_frame (f), &ch, &cw);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 x_wm_set_cell_size (FRAME_X_SHELL_WIDGET (f), cw, ch);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 /* 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
557 specified. This both causes the X window to change and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 internal frame structures to get modified to match. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 EmacsFrameSetCharSize (Widget widget, int columns, int rows)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 int pixel_width, pixel_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 if (columns < 3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 columns = 3; /* no way buddy */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 if (rows < 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 rows = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 char_to_pixel_size (f, columns, rows, &pixel_width, &pixel_height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 x_wm_set_variable_size (FRAME_X_SHELL_WIDGET (f), columns, rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 XtVaSetValues ((Widget) ew,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 XtNwidth, (Dimension) pixel_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 XtNheight, (Dimension) pixel_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 }