Hello,
How can i handle LINKS in a GtkHtml Widget ?
I have tried to connect "link_clicked" with my funktion.
But what ever i do ... "link_clicked" seems to be ignored.
########
g_signal_connect(G_OBJECT(html_gtkwidget),
"link_clicked",
G_CALLBACK(my_link_clicked),
NULL);
void my_link_clicked (
GtkHTML *html,
const char *url)
{
//BREAKPOINT
}
##########
[email protected]
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers