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

Peter Denno pdenno at common-lisp.net
Tue Jun 28 16:56:23 UTC 2005


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

Modified Files:
	gtk-other.lisp 
Log Message:
fix typo -box should be -vbox 

Date: Tue Jun 28 18:56:23 2005
Author: pdenno

Index: root/gtk-ffi/gtk-other.lisp
diff -u root/gtk-ffi/gtk-other.lisp:1.6 root/gtk-ffi/gtk-other.lisp:1.7
--- root/gtk-ffi/gtk-other.lisp:1.6	Sun May 29 23:22:22 2005
+++ root/gtk-ffi/gtk-other.lisp	Tue Jun 28 18:56:23 2005
@@ -445,6 +445,9 @@
   (gtk-combo-box-get-active-iter ((combo-box c-pointer)
 				  (iter c-pointer))
    boolean)
+  (gtk-combo-box-set-active-iter ((combo-box c-pointer)
+				  (iter c-pointer)))
+
 
   ;;calendar
   (gtk-calendar-new ()
@@ -698,8 +701,11 @@
   (gtk-adds-text-iter-new ()
    c-pointer)
   (gtk-adds-tree-iter-new ()
-   c-pointer))
-
+   c-pointer)
+  (gtk-adds-widget-visible-p ((widget c-pointer))
+   int)
+  (gtk-adds-widget-mapped-p ((widget c-pointer))
+   int))
 
 #-libcellsgtk
 (defmacro you-need-libcellsgtk (&body names)
@@ -712,10 +718,12 @@
 #-libcellsgtk
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (you-need-libcellsgtk
-    gtk-adds-dialog-box
+    gtk-adds-dialog-vbox
     gtk-adds-text-view-popup-menu
     gtk-adds-text-iter-new
-    gtk-adds-tree-iter-new))
+    gtk-adds-tree-iter-new
+    gtk-adds-widget-mapped-p
+    gtk-adds-widget-visible-p))
  
 
 




More information about the Cells-gtk-cvs mailing list