chiark / gitweb /
Renamed dialog class slot vbox to main-area
authorespen <espen>
Sun, 24 Mar 2002 15:42:17 +0000 (15:42 +0000)
committerespen <espen>
Sun, 24 Mar 2002 15:42:17 +0000 (15:42 +0000)
gtk/gtktypes.lisp

index d6dc6ac320921b4fa303e40d100a437e66e9d6ce..62efad78da7cad1bdffd084f5f88fcddca5b27ad 100644 (file)
@@ -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
 
 ;; 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")
 
 
 (in-package "GTK")
@@ -415,10 +415,10 @@ (define-types-by-introspection "Gtk"
 
   ("GtkDialog"
    :slots
 
   ("GtkDialog"
    :slots
-   ((vbox
+   ((main-area
      :allocation :virtual
      :getter "gtk_dialog_get_vbox"
      :allocation :virtual
      :getter "gtk_dialog_get_vbox"
-     :reader dialog-vbox
+     :reader dialog-main-area
      :type widget)
     (action-area
      :allocation :virtual
      :type widget)
     (action-area
      :allocation :virtual