From: espen Date: Sun, 24 Mar 2002 15:42:17 +0000 (+0000) Subject: Renamed dialog class slot vbox to main-area X-Git-Tag: clg-0-90~307 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/647627c10f8de330297b804991b4c9ca3af0a1fc Renamed dialog class slot vbox to main-area --- diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 0147b78..046466f 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gtktypes.lisp,v 1.12 2002/03/24 13:00:12 espen Exp $ +;; $Id: gtktypes.lisp,v 1.13 2002/03/24 15:42:17 espen Exp $ (in-package "GTK") @@ -415,10 +415,10 @@ (define-types-by-introspection "Gtk" ("GtkDialog" :slots - ((vbox + ((main-area :allocation :virtual :getter "gtk_dialog_get_vbox" - :reader dialog-vbox + :reader dialog-main-area :type widget) (action-area :allocation :virtual