Re: GtkCombo box + GtkEntry
- From: Mohan Chirumamilla <mohankc_2002 yahoo com>
- To: gtk-app-devel-list gnome org
- Subject: Re: GtkCombo box + GtkEntry
- Date: Sat, 23 Mar 2002 08:59:27 -0800 (PST)
Hi Benat,
That worked for me...but I had to take care of one
thing. The "changed" signal is being edited twice each
time I change my selection in the combo. I figured a
way out but was just wondering why thats happening.
Thanks
Mohan
--- Benat <bialadogs yahoo com> wrote:
Hello:
Try using "changed" signal instead:
gtk_signal_connect(GTK_OBJECT(GTK_COMBO(combo_widget)->entry),
"changed",
GTK_SIGNAL_FUNC (c_funcb),
(gpointer)data);
Bye
Benat
On Sat, 2002-03-23 at 06:58, Mohan Chirumamilla
wrote:
Hi All,
I hope some one out there can help out with this
problem of mine.
I have two widgets combo box and a GtkEntry.
Now I want to set the text of my GtkEntry to the
current selection of item in the Combo box. And
the
text entry should change accordingly each time I
change my selection in the combo.
I tried the "activate" signal... but its not at
all
helpful as I had to punch the enter key if I had
to
update my GtkEntry.
I am stuck at this point unless some one help me
out.
Thanks
Mohan
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy
Awards®
http://movies.yahoo.com/
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]