Eric S. Raymond wrote: > In the course of a recent project, I found myself consultung the pygtk > tutorial and developed some updates abnd additions for it. I mailed > one to John Findlay but received no response. > > Oops. Your email got buried until you reminded me of it. > I have written documentation and an example program for the > MessageDialog widget. > Thanks. > I have the following list of issues about the tutorial: > > 1. What is "private tooltip data" and how is it used. > 2. The Toolbar request to add space is deprected. What should replace it? > 3. Entire toobar section should be rewritten for new API. > Yes there are a lot of sections of the tutorial that have become out-of-date and should be rewritten. I lost interest in maintaining the tutorial (and time) a couple of years ago due to other commitments, etc. I hope someone will volunteer to take up the challenge. > 4. How can I set a single dimension on a widget to be fixed in the > presence of resizes? > I don't know of any easy way to do this. > 5. What, exactly triggers the appearance of scrollbars with automatic policy? > If I understand your question correctly I've assumed that when the window became smaller than the widget required allocation in a direction that the scrollbar would appear. > I note that the last update was in 2006. Is this document still being > maintained? Are the sources in a version-control system that I might > get write access to? > I think Gian answered this. You'd have to get checkin access (ssh) for svn on the gnone servers.
John _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
