Print the text of GtkTextView

Posted by stdio on Stack Overflow See other posts from Stack Overflow or by stdio
Published on 2010-05-14T14:23:09Z Indexed on 2010/05/14 16:04 UTC
Read the original article Hit count: 171

Filed under:
|

How can I print (for example in a label) the text into a GtkTextView? For GtkLabel and GtkEntry there are gtk_label_get_text() and gtk_entry_get_text(), but for GtkTextView?

© Stack Overflow or respective owner

Related posts about gtktextview

Related posts about gtk