Re: signals to catch a change in a combobox
- From: "Richard Warren" <rew primagraphics co uk>
- To: <gtk-app-devel-list gnome org>
- Subject: Re: signals to catch a change in a combobox
- Date: Thu, 15 Aug 2002 14:44:48 +0100
Good idea - avoids using a private field! However, ...
As GtkList is deprecated in V2, does anyone know what the future holds for
GtkCombo?
Richard.
----- Original Message -----
From: "Olivier Sessink" <olivier lx student wau nl>
To: <gtk-app-devel-list gnome org>
Sent: Thursday, August 15, 2002 2:16 PM
Subject: Re: signals to catch a change in a combobox
thanks, my current solution is:
g_signal_connect_after(G_OBJECT(GTK_COMBO(combo)->list),
"selection-changed", G_CALLBACK(callback), data);
seems to work too :)
thanks,
Olivier
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]