From fb278f4f10350ad92eba1b06100a70f0ebb50914 Mon Sep 17 00:00:00 2001 From: espen Date: Sun, 24 Mar 2002 15:42:17 +0000 Subject: [PATCH] Renamed dialog class slot vbox to main-area --- gtk/gtktypes.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index d6dc6ac..62efad7 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 @@ ("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 -- 2.11.0