Re: question
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: question
- Date: Mon, 23 Apr 2001 18:39:47 +0100
I've juste a little question: is it possible to remove callback from a widget
when a callback has been connected before ?
Yes, see the API reference at www.gtk.org and look for signals, you
will find a whole bunch of signal_disconnect functions.
gtk_signal_disconnect is probably what you want, basically you need to
save the signal id when connecting, so you can tell GTK which signal
you want to disconnect later on.
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]