[Glade-users] How to deal with multi-line input ?

Tristan Van Berkom tristan.van.berkom at gmail.com
Mon Nov 9 16:05:23 EST 2009


On Mon, Nov 9, 2009 at 6:16 PM, Raji Seetharaman <sraji.me at gmail.com> wrote:
>
>
> Hi
>
> Can anyone say how to recieve multiline input from the user at runtime using
> Python and Glade?

You need to setup a GtkTextView/GtkTextBuffer.

Make sure the GtkTextView is "editable" and then
connect to the "changed" signal on the GtkTextBuffer.

Cheers,
       -Tristan


>
> Thanks & Regards
>
> Raji. S
>
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
>


More information about the Glade-users mailing list