El dom, 04-11-2007 a las 16:27 +0100, Sergio Perticone escribió: > Hi, > > I have a Dialog (inherited by GtkDialog) which is controlled by a thread > (the user have no control over it), how can I emit a response signal for > it? I guess I should use g_signal_emit() but I don't know the id for the > signal I want to emit...
You could do that or instead use g_signal_emit_by_name (). Claudio -- Claudio Saavedra <[EMAIL PROTECTED]> _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
