Re: get text from GtkText
- From: Joshua N Pritikin <vishnu pobox com>
- To: Thomas Mailund <mailund mailund dk>
- Cc: GTK+ App devel list <gtk-app-devel-list gnome org>
- Subject: Re: get text from GtkText
- Date: Wed, 29 Aug 2001 09:54:27 +0530
On Wed, Aug 29, 2001 at 08:45:15AM +0930, Thomas Mailund wrote:
To get all the text I guess you'd use
GtkTextIter begin, end;
gtk_text_buffer_get_start_itr (buffer, &begin);
gtk_text_buffer_get_end_itr (buffer, &end);
gtk_text_buffer_get_bounds (buffer, &begin, &end);
char *text = gtk_text_buffer_get_text(buffer, &begin, &end, TRUE);
--
Get self-realization at <http://sahajayoga.org> ... <http://why-compete.org> ?
Victory to the Divine Mother!!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]