hi, Can anybody tell me how to insert text from a file into gtk_text_view
thanks, Rita ----- Original Message ----- From: "Stephane Wirtel" <[EMAIL PROTECTED]> To: "rita" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 30, 2004 12:18 PM Subject: Re: GTK_ENTRY text retrieval > rita wrote: > > >Hello, > > I have a window that has several GtkEntry widgets and an > >'OK' button..When the "Okay" button is clicked, a callback funtion is > >called in which i would like to store the text entered in the entry widgets > >text file.How do I do this? > >Any help would be appreciated > >Thanks > >Rita > > > >_______________________________________________ > >gtk-list mailing list > >[EMAIL PROTECTED] > >http://mail.gnome.org/mailman/listinfo/gtk-list > > > > > > > > > with gtk_entry_get_text (GTK_ENTRY (myEntry)); > > _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
