Re: ComboBoxes
- From: "Sreenidhi.B.G" <nidhi ncoretech com>
- To: Marcelo Ricardo Leitner <mrl netbank com br>, "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: ComboBoxes
- Date: Thu, 03 Jan 2002 11:03:28 +0530
yes, I think this signal is emitted when the combo box contents get changed,
you have to free the list,
Marcelo Ricardo Leitner wrote:
On Thu, Jan 03, 2002 at 09:49:08AM +0530, Sreenidhi.B.G wrote:
you can use the signal "changed",
like this,
gtk_signal_connect(GTK_ENTRY( ( GTK_COMBO( combo) )->entry), "changed",
GTK_SIGNAL_FUNC(ComboBoxSignalHandler), GTK_ENTRY(GTK_COMBO(combo)->entry) ) ;
---end quoted text---
I tried this signal, but it only happend when I pressed "enter", with clicks it didn't..
And btw, do I need to free the GList that is passed as listitens?
Thanks for helping,
--
Marcelo R Leitner <mrl netbank com br>
ICQ #: 29966851
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]