Re: [gtk-list] Gtk_text widget



> 	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]