Re: GtkText Widget

Date view Thread view Subject view Author view

From: Damon Chaplin (damon@helixcode.com)
Date: Sun Jun 11 2000 - 12:19:46 EDT


Carlos Caro wrote:
>
> How can i get all the text from a GetText Widget?
>
> I can insert, delete from it...but, i cannot get the text
> from it!

  text = gtk_editable_get_chars (GTK_EDITABLE (widget), 0, -1);

You must free it when you're finished with it.

Damon

+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to majordomo@ncis.pn.org
with the line "unsubscribe glade-devel" in the body of the message.


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Tue Aug 01 2000 - 19:29:56 EDT