Re: ComboBoxes



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]