]> code.delx.au - gnu-emacs/blobdiff - src/widget.h
(Fdisplay_buffer): If we give up and try other frames,
[gnu-emacs] / src / widget.h
index ad786ae6997c802106f2864da61739f19cc97a87..99edf0971a504dc180b21048c087df431d197fb7 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* Emacs 19 face widget ported by Fred Pierresteguy */
 
@@ -71,6 +72,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef XtCGeometry
 #define XtCGeometry "Geometry"
 #endif
+#ifndef XtNshowGrip
+#define XtNshowGrip "showGrip"
+#endif
+#ifndef XtNallowResize
+#define XtNallowResize "allowResize"
+#endif
+#ifndef XtNresizeToPreferred
+#define XtNresizeToPreferred "resizeToPreferred"
+#endif
 
 #define XtNinitialGeometry "initialGeometry"
 #define XtCInitialGeometry "InitialGeometry"