[gtk-cffi-cvs] CVS gtk-cffi/gdk

CVS User rklochkov rklochkov at common-lisp.net
Mon Aug 8 15:02:02 UTC 2011


Update of /project/gtk-cffi/cvsroot/gtk-cffi/gdk
In directory tiger.common-lisp.net:/tmp/cvs-serv32663/gdk

Modified Files:
	drawable.lisp gc.lisp screen.lisp 
Log Message:
Major commit. Now all exerices ex*.lisp work perfectly.
Added lisp-array model for tree-view (see ex9).



--- /project/gtk-cffi/cvsroot/gtk-cffi/gdk/drawable.lisp	2011/04/25 19:16:07	1.1.1.1
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gdk/drawable.lisp	2011/08/08 15:02:02	1.2
@@ -1,6 +1,6 @@
 (in-package :gdk-cffi)
 
-(defclass drawable (gobject)
+(defclass drawable (g-object)
   ())
 
                         
\ No newline at end of file
--- /project/gtk-cffi/cvsroot/gtk-cffi/gdk/gc.lisp	2011/04/25 19:16:07	1.1.1.1
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gdk/gc.lisp	2011/08/08 15:02:02	1.2
@@ -1,6 +1,6 @@
 (in-package :gdk-cffi)
 
-(defclass gc (gobject)
+(defclass gc (g-object)
   ())
 
 (register-type 'gc "GdkGC")
--- /project/gtk-cffi/cvsroot/gtk-cffi/gdk/screen.lisp	2011/04/25 19:16:07	1.1.1.1
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gdk/screen.lisp	2011/08/08 15:02:02	1.2
@@ -1,6 +1,6 @@
 (in-package :gdk-cffi)
 
-(defclass screen (gobject)
+(defclass screen (g-object)
   ())
 
 (defcfun "gdk_screen_get_default" :pointer)





More information about the gtk-cffi-cvs mailing list