[cells-gtk-cvs] CVS update: public_html/faq.html
Peter Denno
pdenno at common-lisp.net
Sat Mar 5 01:08:16 UTC 2005
Update of /project/cells-gtk/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv15959/public_html
Modified Files:
faq.html
Log Message:
Reference cells-gtk primer. fixed typos
Date: Sat Mar 5 02:08:15 2005
Author: pdenno
Index: public_html/faq.html
diff -u public_html/faq.html:1.3 public_html/faq.html:1.4
--- public_html/faq.html:1.3 Fri Mar 4 17:54:09 2005
+++ public_html/faq.html Sat Mar 5 02:08:15 2005
@@ -131,9 +131,13 @@
structure to get the vbox, so we wrote a 3 line c program to get it. (And other
3 line programs to do similar things).
<p/>
- You don't need libCellsGtk.so to run the demo, but you will to add an entry
- text widget to a dialog, or add menu items using populate-popup (see GTK textview).
- (As of this writing, those are the only situations). To use libCellsGtk.so you need
+ You don't need libcellsgtk.so to run the demo, but you will to:
+ <ul>
+ <li> add an entry text widget to a dialog</li>
+ <li> add menu items using populate-popup (see GTK textview) </li>
+ <li> be able to programmatically modify the text in a textview</li>
+ </ul>
+ (As of this writing, those are the only situations). To use libcellsgtk.so you need
to compile it. And that requires having access to the C header files corresponding
the libgtk.so you are using.
@@ -159,8 +163,7 @@
<p/>
<strong>A:</strong> :popup isn't :kids. So you need another way to get into the kids hierarchy of the parent.
(upper self menu) gets us to the menu and (owner (upper self menu)) jumps into the kids
-hierarchy, since c? is always binds self to the containing mk-whatever object. (So the
-outer c? does that here.
+hierarchy, since c? always binds self to the containing mk-whatever object. (the outer c? does that here).
<tt>
<pre>
@@ -181,18 +184,20 @@
<strong id="q10">Q: How do I do xyz?</strong><p/>
<strong>A:</strong> If xyz concerns Cells-GTK or the use of Cells in Cells-GTK, ask your question
on the <a href="http://common-lisp.net/mailman/listinfo/cells-gtk-devel">project
- mail list</a>. The GTK documentation is also very helpful... And if it
+ mailing list</a>. The GTK documentation is also very helpful... And if it
comes to it, adding the foreign function binding from the GTK API isn't hard either.
<p/>
-<strong id="q11">Q: What is the cells error saying "[blah, blah] unless initialized by inputp" about?
- There is no "inputp" in cells.</strong><p/>
- <strong>A:</strong> kenny ?
+<strong id="q11">Q: What is this error mean? : "cellular slot FOO of #<BAR 21B555A4> cannot be setf
+ unless initialized as inputp."</strong><p/>
+ <strong>A:</strong> This error is signalled because you tried to setf an invariant slot.
+ Read the <a href="cgtk-primer.html">cells-gtk primer</a> for more
+ information.
<hr/>
<address><a href="mailto:peter.denno at nist.gov">Peter Denno</a></address>
<!-- Created: Thu Mar 3 18:45:35 EST 2005 -->
<!-- hhmts start -->
-Last modified: Fri Mar 4 11:53:24 EST 2005
+Last modified: Fri Mar 4 18:51:51 EST 2005
<!-- hhmts end -->
</div>
</body>
More information about the Cells-gtk-cvs
mailing list