RE: GTK_ENTRY text retrieval



Use GSList to store all the widget(entry) pointers all send it as gpointer
data the signal handler function. 

-----Original Message-----
From: gtk-list-bounces gnome org [mailto:gtk-list-bounces gnome org] On
Behalf Of rita
Sent: Tuesday, November 30, 2004 1:42 PM
To: Stephane Wirtel
Cc: gtk-list gnome org
Subject: 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" <stephane wirtel belgacom net>
To: "rita" <rita texworld com>
Cc: <gtk-list gnome org>
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
> >gtk-list gnome org
> >http://mail.gnome.org/mailman/listinfo/gtk-list
> >
> >
> >
> >
> with gtk_entry_get_text (GTK_ENTRY (myEntry));
>
>

_______________________________________________
gtk-list mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]