[cells-gtk-cvs] CVS update: root/gtk-ffi/gtk-other.lisp

Peter Denno pdenno at common-lisp.net
Sun May 29 21:22:23 UTC 2005


Update of /project/cells-gtk/cvsroot/root/gtk-ffi
In directory common-lisp.net:/tmp/cvs-serv9125/gtk-ffi

Modified Files:
	gtk-other.lisp 
Log Message:
New external references for ComboBox
Date: Sun May 29 23:22:22 2005
Author: pdenno

Index: root/gtk-ffi/gtk-other.lisp
diff -u root/gtk-ffi/gtk-other.lisp:1.5 root/gtk-ffi/gtk-other.lisp:1.6
--- root/gtk-ffi/gtk-other.lisp:1.5	Sun Mar  6 18:05:44 2005
+++ root/gtk-ffi/gtk-other.lisp	Sun May 29 23:22:22 2005
@@ -440,6 +440,11 @@
 			     (index int)))
   (gtk-combo-box-get-active ((combo-box c-pointer))
     int)
+  (gtk-combo-box-set-model ((combo-box c-pointer)
+			    (model c-pointer)))
+  (gtk-combo-box-get-active-iter ((combo-box c-pointer)
+				  (iter c-pointer))
+   boolean)
 
   ;;calendar
   (gtk-calendar-new ()
@@ -691,7 +696,10 @@
    ((treeview c-pointer))
    c-pointer)
   (gtk-adds-text-iter-new ()
-   c-pointer))                          
+   c-pointer)
+  (gtk-adds-tree-iter-new ()
+   c-pointer))
+
 
 #-libcellsgtk
 (defmacro you-need-libcellsgtk (&body names)
@@ -706,7 +714,8 @@
   (you-need-libcellsgtk
     gtk-adds-dialog-box
     gtk-adds-text-view-popup-menu
-    gtk-adds-text-iter-new))
+    gtk-adds-text-iter-new
+    gtk-adds-tree-iter-new))
  
 
 




More information about the Cells-gtk-cvs mailing list