On Mon, 2009-05-11 at 15:15 -0500, Adrián Ortega wrote: > So the main question is, is there some kind of reference where I can > check when each signal is emitted? sorry if this question may sound > too dumb but sometimes I have a hard time trying to figure out when a > certain signal is emitted as English is not my native language (that > may be why I have this little problem).
Sometimes looking at the C API docs helps to clarify how to use signals. See, for example, the "activate" signal docs: http://library.gnome.org/devel/gtk/2.16/GtkButton.html#GtkButton-activate -- José Alburquerque _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
