[cells-gtk-cvs] CVS update: root/gtk-ffi/Makefile

Peter Denno pdenno at common-lisp.net
Wed Nov 16 01:42:47 UTC 2005


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

Modified Files:
	Makefile 
Log Message:
Added comment about a pre-built .so
Date: Wed Nov 16 02:42:47 2005
Author: pdenno

Index: root/gtk-ffi/Makefile
diff -u root/gtk-ffi/Makefile:1.2 root/gtk-ffi/Makefile:1.3
--- root/gtk-ffi/Makefile:1.2	Sat Oct  8 16:34:15 2005
+++ root/gtk-ffi/Makefile	Wed Nov 16 02:42:47 2005
@@ -1,13 +1,21 @@
 # 
 # Purpose: build libcellsgtk.so
 #
-#  You don't need libCellsGtk.so to run the demo, but you will to 
+#  NOTE THAT THERE IS A libcellsgtk.so FOR LINUX AT: 
+#   ftp://common-lisp.net/pub/project/cells-gtk/libcellsgtk.so
+#  If you try it, I'd be interested to know if you have problems due to 
+#  version mismatch with your GTK+ installation
+#
+#  You don't need libCellsGtk.so to run the demo, but you will to:
 #   - add an entry text widget to a dialog
 #   - add menu items using populate-popup (see GTK textview).
 #   - Use a TreeModel (hierarchical arrangment of items) in a ComboBox.
+#   - Use GTK text iters (used for marking text in text-buffers). 
+#   - Use the drawing function: setting colors, getting the window of a widget
 #
-#  As of this writing, those are the only situations where it is needed. See FAQ.txt
-#  for more of the motivation.
+#  As of this writing, those are the only situations where it is needed. 
+#  But this list is getting longer with each release.
+#  See FAQ.txt for more of the motivation.
 #
 #  In order to compile the library you will need to have on hand the C header files 
 #  corresponding the libgtk.so you are using. 




More information about the Cells-gtk-cvs mailing list