PHP-GTK
Monday, November 23, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkTextBuffer::get_tag_table
GtkTextBuffer::insertnext

Last updated: Mon, 23 Nov 2009
view this page in English

GtkTextBuffer::get_text

string get_text(GtkTextIter start, GtkTextIter end, boolean include_hidden_chars);

Returns the text in the specified range [start, end). This method does not return characters representing embedded images, so byte and character indexes into the returned string do not correspond to byte and character indexes into the buffer. Text marked with tags that set the invisibility attribute are excluded if include_hidden_chars is FALSE.

See also: set_text()


User Contributed Notes
gtk.gtktextbuffer.method.get_text.php
add a note about notes
There are no user contributed notes for this page.


previousGtkTextBuffer::get_tag_table
GtkTextBuffer::insertnext

Last updated: Mon, 23 Nov 2009
view this page in English


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Mon Nov 23 02:47:14 2009 UTC