Add support for gtk_container_add to GnomeApp widget.

1998-03-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-app.c (gnome_app_add): Add support for gtk_container_add
	to GnomeApp widget.

svn path=/trunk/; revision=71
This commit is contained in:
Miguel de Icaza
1998-03-20 00:46:38 +00:00
committed by Arturo Espinosa
parent 8fe52111b6
commit 15549badbe

View File

@ -15,7 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS}
dnl
AC_DEFUN([GNOME_X_CHECKS],
[
AM_PATH_GTK(,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
AM_PATH_GTK(0.99.5,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could
dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes"