Re: [glade--]TreeView and button_press_event
Fabrice Colin <[email protected]> Mon, 10 May 2004 19:53:57 +0100
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Christof Petig wrote: > Hmmm. Now that I get a small understanding of what this is all about > (the handler only get's invoced if you use this largely undocumented > hack): How would you like me to solve the problem? > > - use connect_notify _whenever_ you connect to a button_press signal on > a treeview (special hardcoded if within glademm) > - tell anybody to connect him/herself in the ctor (which looks like the > most clean solution to me) > - wait for custom signal flags within glade 3.x (to request > connect_notify on a per signal basis) > I would go for the first solution, but then that's because it would make my life easier :-) If I understand Murray's explanation, this will be eventually fixed, at which point glademm could revert to using connect(). Thanks to both of you for looking into this. Fabrice