X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/1ca79b50edaba68f81c3ee777646dae3b9aada0c..b030f2d9b679b9b18db0356ab0f2a2086ea61939:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 85fbd1d..41d998a 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 @@ (defclass requisition (boxed) :initarg :height :type int)) (:metaclass boxed-class) - (:alien-name "GtkRequisition")) + (:alien-name "GtkTypeRequisition")) (defclass border (boxed) ((left @@ -56,7 +56,7 @@ (defclass border (boxed) :initarg :bottom :type int)) (:metaclass boxed-class) - (:alien-name "GtkBorder")) + (:alien-name "GtkTypeBorder")) (defclass adjustment (%object) ((lower