Re: signal for gtk_entry
- From: Troy Heber <troyh fc hp com>
- To: gtk-list gnome org
- Subject: Re: signal for gtk_entry
- Date: Fri, 30 Nov 2001 09:57:59 -0700
Thank you activate is exactly what I was looking for. Can you point me to
where the is documented, so I can avoid having to bother the list with such
trivial questions in the future?
Thanks,
Troy
On 11/30/01, Steph wrote:
> activate
> ----- Original Message -----
> From: "Troy Heber" <troyh fc hp com>
> To: <gtk-list gnome org>
> Sent: Friday, November 30, 2001 3:54 PM
> Subject: signal for gtk_entry
>
>
> > Another newbie question, I want to do a gtk_signal_connect to capture a
> > carriage return in a gtk_entry widget. I can't seem to find the names of the
> > signals for the gtk_entry widget. I would like to connect to the same
> > function when you click on the button widget or on a carriage return in the
> > gtk_entry widget.
> >
> > Something like this:
> >
> > entry = gtk_entry_new ( );
> > gtk_box_pack_end ( GTK_BOX ( hBox ), entry, TRUE, TRUE, 2 );
> > gtk_widget_show ( entry );
> >
> > gtk_signal_connect ( GTK_OBJECT ( responseButton ), "clicked",
> > GTK_SIGNAL_FUNC ( AddButtonClicked ), entry );
> >
> > // This is the one I'm not sure about
> > gtk_signal_connect ( GTK_OBJECT ( entry ), "????????????",
> > GTK_SIGNAL_FUNC ( AddButtonClicked ), entry );
> >
> > I just can't seem to find it in the gtk documentation.
> >
> > Thanks for the assistance,
> >
> > Troy
> > _______________________________________________
> > gtk-list mailing list
> > gtk-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gtk-list
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
--
___________________________________________________
_/ Troy Heber
_/ Software Engineer
_/_/_/_/_/_/ Technical Consulting Lab
_/ _/_/ _/ Hewlett-Packard Company
_/ _/_/_/_/
_/ Email: troyh fc hp com
_/ Phone: 970.898.3240
i n v e n t
___________________________________________________
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]