g_connect_signal events. underscore vs dash

2008-03-29 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have a question as regards to g_connect_signal, and signal names that are passed (as the 2nd arg). A number of signal names are composite names, dashed/underscored together. For example, button-release-event I have some old code, that

Re: g_connect_signal events. underscore vs dash

2008-03-29 Thread Tristan Van Berkom
On Sat, Mar 29, 2008 at 10:20 PM, Gregory Hosler [EMAIL PROTECTED] wrote: [...] I have some old code, that in many places is using underscores instead of dashes. e.g. button_release_event; in fact I have cases where the same signal is g_connect'ed in different places in the code, one