X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/edf5e14ea6deabeb2008d81af90b5afb62cdd07c..201c9293a012bfce1c30f33795fb016c930e917b:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 69399c3..b8d7d0b 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.10 2001/12/12 20:24:41 espen Exp $ +;; $Id: gtktypes.lisp,v 1.11 2002/03/19 19:09:18 espen Exp $ (in-package "GTK") @@ -32,7 +32,7 @@ :initarg :height :type int)) (:metaclass boxed-class) - (:alien-name "GtkRequisition")) + (:alien-name "GtkTypeRequisition")) (defclass border (boxed) ((left @@ -56,7 +56,7 @@ :initarg :bottom :type int)) (:metaclass boxed-class) - (:alien-name "GtkBorder")) + (:alien-name "GtkTypeBorder")) (defclass adjustment (%object) ((lower