chiark / gitweb /
Updated for gtk 2.0
[clg] / gtk / gtktypes.lisp
index 85fbd1d46c039a8d53f4febf447a908926c660da..41d998a7b0a7aaae18ae6e9e1327031c294d2ce5 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
 
-;; $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