Like to make some changes to GtkTextView and GtkTextBuffer->get_text() doc page
[email protected] (Ben Stones) Thu, 21 Oct 2010 22:17:23 +0100
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <[email protected]> |
--20cf3040e2e65495aa0493270d87 Content-Type: text/plain; charset=ISO-8859-1 Hi, I looked at the documentation on the GtkTextView class and the method get_text() which is part of the GtkTextBuffer class, and I'd like to make some small additions to the descriptions of each that I am sure will help some folks reading those pages. I hope to make additional changes to other parts of the documentation to help improve the PHP-GTK documentation as I am aware that it is still a working progress for the PHP-GTK community. The changes I have made is added a description to the GtkTextView page adding an explanation about how to get the text contents of a GtkTextView in PHP-GTK. Additionally, I have added a paragraph of text to the end of the description of the get_text() method of the GtkTextBuffer class stating that if you want to get the full text stored in a GtkTextBuffer, you need to use the get_start_iter() and get_end_iter() methods, respectively. These changes can be seen in the file attached to the e-mail. Could those involved with the updating and upkeep of the PHP-GTK documentation kindly commit these changes to the SVN as I'm sure these additions will help. Thanks a lot, Ben Stones. --20cf3040e2e65495aa0493270d87--