(display_prop_end, invisible_text_between_p): Use
[bpt/emacs.git] / src / widget.h
index ad786ae..2e53163 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"
@@ -86,5 +96,6 @@ extern struct _DisplayContext* display_context;
 
 /* Special entrypoints */
 void EmacsFrameSetCharSize ();
+void widget_store_internal_border P_ ((Widget widget));
 
 #endif /* _EmacsFrame_h */