Re: How to identify a particular checkbutton ?
- From: Paul Davis <paul linuxaudiosystems com>
- To: Flavio Alberto Lopes Soares <flavio maqplas com br>
- Cc: Steve Ramsay <steve ramsay spatialcomponents com>, gtk-list gnome org
- Subject: Re: How to identify a particular checkbutton ?
- Date: Thu, 12 Dec 2002 09:16:22 -0500
> gtk_signal_connect (GTK_OBJECT (checkbutton_ponto09_20), "toggled",
> GTK_SIGNAL_FUNC (on_checkbutton_ponto_toggled),
> &ponto_data);
>
>
>and the callback function :
>
>void
>on_checkbutton_ponto_toggled (GtkToggleButton *togglebutton,
> gpointer user_data)
>{
>
thats the wrong prototype. it should be:
void
on_checkbutton_ponto_toggled (GtkWidget *togglebutton,
gpointer user_data)
sorry i can't help with the actual problem.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]