Hi, some comments regarding the pygtk documentation.
I found codegen/docgen.py which produces docbook and
I think you used http://docbook.sourceforge.net/projects/xsl/
to generate: http://www.gnome.org/~james/pygtk-docs/
This URL is very useful to me, though I was unable
to build the documentation myself. I find this
form of documentation easier to browse than the
interactive help()
It's not complete however. Take for e.g. the
constructor for gtk.Button. The only way I could
find it took 2 named parameters "label" and "stock"
was to download the code, build it and rumage through
the resultant C file.
So is there just a missing __doc__ string for Button.__init__
or is it more fundamental? If it's just not completed I
could bush up the docs and even host an online version
if required.
thanks,
P�draig.
p.s. I didn't have an issue with pygtk1 as
one could easily browse the gtk.py wrapper.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/