Re: Make parent aware of drag and drop

2016-10-19 Thread Jim Heald
Can I send custom data with emit_by_name? I need to send an id, a year, and a quarter. On Oct 18, 2016 10:32 PM, "Chris Moller" wrote: > Have you looked into g_signal_emit () in any of its variants? > > https://developer.gnome.org/gobject/stable/gobject- > Signals.html#g-signal-emit > > On 10/19

Re: Make parent aware of drag and drop

2016-10-18 Thread Jim Heald
So you're saying I'd do signal_emit from the children and then connect to it in the parent, correct? On Oct 18, 2016 22:32, "Chris Moller" wrote: > Have you looked into g_signal_emit () in any of its variants? > > https://developer.gnome.org/gobject/stable/gobject- > Signals.html#g-signal-emit >

Re: Make parent aware of drag and drop

2016-10-18 Thread Chris Moller
Have you looked into g_signal_emit () in any of its variants? https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-emit On 10/19/16 00:40, Jim Heald wrote: Hi, I have a slightly weird situation. I have two widgets that are both eventboxes, and I'm trying to make it possibl