[KLUG Programming] Ugh... GTK2 and signals
Peter Buxton
somercet at fastmail.fm
Thu Jan 12 13:26:25 EST 2006
I have a simple GTK program I'm working on. I type commands into a
single GtkEntry widget: one command, of course, is 'q' for quit.
Problem. Where the heck in GTK2 are widget signals listed?
g_signal_emit_by_name (first->topwin, "destroy::");
This barely works: it destroys the top level gtk_window widget, but the
gtk_main() loop still runs.
What am I missing?
--
War is God's way of teaching Americans geography. -- Ambrose Bierce
More information about the Programming
mailing list