PHP-GTK
Wednesday, October 15, 2008 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkTextBuffer::get_tag_table
GtkTextBuffer::insertnext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

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: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2008 The PHP Group
 All rights reserved.
Last updated: Sat Dec 15 02:46:32 2007 UTC