Re: [java-gnome-hackers] LinkButton
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-09-01 23:12:31
|
On Tue, 2009-09-01 at 18:34 +0200, Guillaume Mazoyer wrote: > When the GtkLinkButton (in C) is pressed, there is *no* "clicked" signal > emitted (that is a little weird?) Presumably the C implementation in gtk/gtklinkbutton.c connects to the "clicked" signal and, having received it, blocks it from further emission. [though the internal detail of how they may be very different] > but in Java this signal is still > emitted. Perhaps because we're connecting before the [default] handler installed by GtkLinkButton? Still, you should have been able to duplicate the effect in C. Can you paste your C and Java test code somewhere? AfC Sydney |