Re: [gtk-list] Gtk_text widget
- From: Blaise Camp <itcamp catbert ucdavis edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Gtk_text widget
- Date: Thu, 28 May 1998 12:18:35 -0700
> I was just wondering how I can get the widget to return the information
> a user typed into it.
I believe you can use the gtk_editable_get_chars() function, e.g.
gtk_editable_get_chars (GTK_EDITABLE (text), 0, -1);
Where 0 is the start, and -1 indicates that you want all the text.
-Blaise
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]