Re: gtk signals deprecated?



Jacob Perkins wrote:

I'm reading the api docs for gtk2 on gnome.org, and the signals page
says that everything is deprecated.  But glade-2 uses them, and how else
is one supposed to connect signals to widgets?

Signals support is now in gobject library. Try to look at gobject doc:
"gtk-doc/html/gobject/gobject-signals.html" and source code.
So you can connect signal to your gtk widget (or whatever else, derived
from GObject) through g_signal_connect* functions/helpers.

Olexiy





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]