X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/b542e6a7b126387f8ab3b8e9501c6c694b6756f0..647627c10f8de330297b804991b4c9ca3af0a1fc:/gtk/gtktypes.lisp?ds=sidebyside 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 @@ ("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