GTK_ENTRY text retrieval

2004-11-29 Thread rita
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 _

Re: GTK_ENTRY text retrieval

2004-11-29 Thread Stephane Wirtel
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

Re: GTK_ENTRY text retrieval

2004-11-30 Thread rita
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 wh

RE: GTK_ENTRY text retrieval

2004-11-30 Thread abhijit
: Re: GTK_ENTRY text retrieval hi, I can use gtk_entry_get_text,but the problem is passing multilpe parameters to gtk_signal_connect regards Rita - Original Message - From: "Stephane Wirtel" <[EMAIL PROTECTED]> To: "rita" <[EMAIL PROTECTED]> Cc: <[EMAIL

Re: GTK_ENTRY text retrieval

2004-11-30 Thread Kenneth Sodemann
rameters >to gtk_signal_connect >regards >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

Re: GTK_ENTRY text retrieval

2004-11-30 Thread Tim Müller
On Tuesday 30 November 2004 12:06, Kenneth Sodemann wrote: > If you build a simple interface with glade and then look at the generated > code and look at it, you will find the generated code is basically saving > the widget pointers as object data. I thought that was a neat idea, and > adopted it

Re: GTK_ENTRY text retrieval

2004-11-30 Thread Ken Sodemann
On Nov 30, 2004, at 6:33 AM, Tim Müller wrote: You could also allocate yourself a custom-made struct containing all the widgets you need access to, and pass that struct around instead. Something like gtk_widget_show (foo->treeview); I used to do that. I started using the object data after I

Re: GTK_ENTRY text retrieval

2004-12-16 Thread rita
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, 200