annotate src/EmacsFrame.c @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents 5a88923fcbfe
children 3d6bfa290dbd
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),
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
106 offset(top_toolbar_shadow_pixel), XtRString, "#000000"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
108 sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString, "#000000"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
110 sizeof(Pixel), offset(background_toolbar_pixel), XtRString, "Gray75"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 (XtPointer)None},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 {XtNbottomToolBarShadowPixmap, XtCBottomToolBarShadowPixmap, XtRPixmap,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 sizeof (Pixmap), offset(bottom_toolbar_shadow_pixmap), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 (XtPointer)None},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 {XtNtoolBarShadowThickness, XtCToolBarShadowThickness, XtRDimension,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 sizeof (Dimension), offset (toolbar_shadow_thickness), XtRImmediate,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 (XtPointer)2},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 #endif /* HAVE_TOOLBARS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 {XtNinterline, XtCInterline, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 offset (interline), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 #ifdef I18N4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 XtNfontSet, XtCFontSet, XtRFontSet, sizeof(XFontSet),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 XtNfont, XtCFont, XtRFontStruct, sizeof(XFontStruct *),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 offset(font), XtRImmediate, (XtPointer)0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
132 offset(foreground_pixel), XtRString, "XtDefaultForeground"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 {XtNcursorColor, XtCForeground, XtRPixel, sizeof(Pixel),
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
134 offset(cursor_color), XtRString, "XtDefaultForeground"},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 {XtNbarCursor, XtCBarCursor, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 offset (bar_cursor), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 {XtNvisualBell, XtCVisualBell, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 offset (visual_bell), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 {XtNbellVolume, XtCBellVolume, XtRInt, sizeof (int),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 offset (bell_volume), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 {XtNuseBackingStore, XtCUseBackingStore, XtRBoolean, sizeof (Boolean),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 offset (use_backing_store), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 {XtNpreferredWidth, XtCPreferredWidth, XtRDimension, sizeof (Dimension),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 offset (preferred_width), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 {XtNpreferredHeight, XtCPreferredHeight, XtRDimension, sizeof (Dimension),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 offset (preferred_height), XtRImmediate, (XtPointer)0},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 #undef offset
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 /* Xt is stupid and dumb.
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
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 static XtActionsRec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 emacsFrameActionsTable [] = {
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
157 {"mapping", (XtActionProc) emacs_Xt_mapping_action},
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 static char
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 emacsFrameTranslations [] = "\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 <Mapping>: mapping()\n\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 ";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 /* If we're running under Motif, make this widget a subclass
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 of XmPrimitive. It's not clear this is necessary, but it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 may make focus behavior work better. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 EmacsFrameClassRec emacsFrameClassRec = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 { /* core fields */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 #ifdef LWLIB_USES_MOTIF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 /* superclass */ (WidgetClass) &xmPrimitiveClassRec,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 /* superclass */ &widgetClassRec,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 #endif
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
176 /* class_name */ "EmacsFrame",
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 /* widget_size */ sizeof(EmacsFrameRec),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 /* class_initialize */ EmacsFrameClassInitialize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 /* class_part_initialize */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 /* class_inited */ FALSE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 /* initialize */ EmacsFrameInitialize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 /* initialize_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 /* realize */ EmacsFrameRealize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 /* actions */ emacsFrameActionsTable,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 /* num_actions */ XtNumber (emacsFrameActionsTable),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 /* resources */ resources,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 /* resource_count */ XtNumber(resources),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 /* xrm_class */ NULLQUARK,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 /* compress_motion */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 /* compress_exposure */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 /* compress_enterleave */ TRUE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 /* visible_interest */ FALSE,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 /* destroy */ NULL,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 /* resize */ EmacsFrameResize,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 /* expose */ XtInheritExpose,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 /* set_values */ EmacsFrameSetValues,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 /* set_values_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 /* set_values_almost */ XtInheritSetValuesAlmost,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 /* get_values_hook */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 /* accept_focus */ XtInheritAcceptFocus,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 /* version */ XtVersion,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 /* callback_private */ 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 /* tm_table */ emacsFrameTranslations,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 /* query_geometry */ EmacsFrameQueryGeometry,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 /* display_accelerator */ XtInheritDisplayAccelerator,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 /* extension */ 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 #ifdef LWLIB_USES_MOTIF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 { /* XmPrimitiveClassPart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 (XtWidgetProc) _XtInherit, /* border_highlight */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 (XtWidgetProc) _XtInherit, /* border_unhighlight */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 /* Setting the following to NULL causes PrimitiveInitialize()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 not to add traversal (TAB etc. to switch focus) and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 focus-in/out (border highlight/unhighlight) translations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 If you want those translations, use the value XtInheritTranslations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 instead. Doing this, however, will interfere with Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 focus handling (which highlights/unhighlights the text cursor),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 and will lead to strange display results around the border of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 widget. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 NULL, /* translations */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 NULL, /* arm_and_activate */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 NULL, /* get resources */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 0, /* num get_resources */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 NULL, /* extension */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 },
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 #endif /* LWLIB_USES_MOTIF */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 WidgetClass emacsFrameClass = (WidgetClass) &emacsFrameClassRec;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 update_various_frame_slots (EmacsFrame ew)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 ew->emacs_frame.frame->pixheight = ew->core.height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 ew->emacs_frame.frame->pixwidth = ew->core.width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 ew->emacs_frame.frame->internal_border_width =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 ew->emacs_frame.internal_border_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
243 static void
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 EmacsFrameInitialize (Widget request, Widget new,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 ArgList dum1, Cardinal *dum2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 EmacsFrame ew = (EmacsFrame)new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 if (!f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 fatal ("can't create an emacs frame widget without a frame.");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 void emacs_Xt_event_handler (Widget wid /* unused */,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 XtPointer closure /* unused */,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 XEvent *event,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 Boolean *continue_to_dispatch /* unused */);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 EmacsFrameRealize (Widget widget, XtValueMask *mask,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 XSetWindowAttributes *attrs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 Widget shell_widget = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
267 attrs->event_mask =
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
268 ExposureMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
269 VisibilityChangeMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
270 PropertyChangeMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
271 StructureNotifyMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
272 SubstructureNotifyMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
273 /*SubstructureRedirectMask |*/ /* Only for WMs! */
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
274 KeyPressMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
275 KeyReleaseMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
276 ButtonPressMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
277 ButtonReleaseMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
278 FocusChangeMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
279 PointerMotionHintMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
280 PointerMotionMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
281 LeaveWindowMask |
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
282 EnterWindowMask;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
283
0
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;
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
334
0
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);
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
402 #endif /* HAVE_SCROLLBARS */
0
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);
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
428 #endif /* HAVE_TOOLBARS */
0
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
16
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
484 /* Xt string-to-scrollbar-placement converter */
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
485 /* ### Convert this to a `new-style' converter (See XtAddTypeConverter) */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 /* This variable cannot be a stack variable. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 static unsigned char cvt_string_scrollbar_placement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 /* ARGSUSED */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 static void
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
492 Xt_StringToScrollBarPlacement (XrmValuePtr args, /* unused */
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
493 Cardinal *num_args, /* unused */
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
494 XrmValuePtr fromVal,
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
495 XrmValuePtr toVal)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 XrmQuark q;
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
498 char *lowerName = (char *) alloca (strlen ((char *) fromVal->addr) + 1);
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
499
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
500 XmuCopyISOLatin1Lowered (lowerName, (char *) fromVal->addr);
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
501 q = XrmStringToQuark (lowerName);
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
502
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
503 toVal->size = sizeof (cvt_string_scrollbar_placement);
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
504 toVal->addr = (XtPointer) &cvt_string_scrollbar_placement;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
505
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
506 if (q == XrmStringToQuark ("top_left"))
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
507 cvt_string_scrollbar_placement = XtTOP_LEFT;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
508 else if (q == XrmStringToQuark ("bottom_left"))
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
509 cvt_string_scrollbar_placement = XtBOTTOM_LEFT;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
510 else if (q == XrmStringToQuark ("top_right"))
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
511 cvt_string_scrollbar_placement = XtTOP_RIGHT;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
512 else if (q == XrmStringToQuark ("bottom_right"))
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
513 cvt_string_scrollbar_placement = XtBOTTOM_RIGHT;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
514 else
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
515 {
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
516 XtStringConversionWarning (fromVal->addr, "scrollBarPlacement");
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
517 toVal->addr = NULL;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
518 toVal->size = 0;
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
519 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 EmacsFrameClassInitialize (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 XtAddConverter (XtRString, XtRScrollBarPlacement,
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 165
diff changeset
526 Xt_StringToScrollBarPlacement, NULL, 0);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 /********************* Special entrypoints *******************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 EmacsFrameRecomputeCellSize (Widget w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 EmacsFrame ew = (EmacsFrame) w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 int cw, ch;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 struct frame *f = ew->emacs_frame.frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 if (! XtIsSubclass (w, emacsFrameClass))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 default_face_height_and_width (make_frame (f), &ch, &cw);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 x_wm_set_cell_size (FRAME_X_SHELL_WIDGET (f), cw, ch);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 /* 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
547 specified. This both causes the X window to change and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 internal frame structures to get modified to match. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 EmacsFrameSetCharSize (Widget widget, int columns, int rows)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 EmacsFrame ew = (EmacsFrame) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 int pixel_width, pixel_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 struct frame *f = ew->emacs_frame.frame;
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
556 Arg al [2];
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 if (columns < 3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 columns = 3; /* no way buddy */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 if (rows < 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 rows = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 char_to_pixel_size (f, columns, rows, &pixel_width, &pixel_height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 x_wm_set_variable_size (FRAME_X_SHELL_WIDGET (f), columns, rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
568 XtSetArg (al [0], XtNwidth, (Dimension) pixel_width);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
569 XtSetArg (al [1], XtNheight, (Dimension) pixel_height);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
570 XtSetValues ((Widget) ew, al, 2);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 }