Re: [java-gnome-hackers] LinkButton
Brought to you by:
afcowie
From: Guillaume M. <res...@gm...> - 2009-09-02 18:38:17
|
Hello, I continue my investigation. In my last to mails I was wrong. When we click on a GtkLinkButton both of the "clicked" and "gtk_link_button_set_uri_hook()" callbacks are used. The current branch acts like GTK does except for one thing. As you supposed, when we used the "gtk_link_button_set_uri_hook()" method twice the second callback *should replace* the first one so I guess it is the only thing which should be corrected. -- Guillaume Mazoyer - http://www.respawner.fr/ |