[maemo-developers] gtkhtml "link_clicked"
From: Peter Romero p_romero at gmx.deDate: Fri Oct 23 23:15:45 EEST 2009
- Previous message: Maemo Browser addons
- Next message: Power friendliness is in the hands of the app developers, but...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
}
##########
p_romero at gmx.de
- Previous message: Maemo Browser addons
- Next message: Power friendliness is in the hands of the app developers, but...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
