Re: Open a url in webbrowser ?



Thanks for the solution........eagerly searching for it... finally it worked lije GError *error = NULL; GdkScreen *gscreen=NULL; gtk_show_uri(&gscreen,"http://google.com",10,&error);
Emmanuele Bassi wrote:
On Mon, 2009-03-09 at 06:08 +0000, Pentie gmail com wrote: > Is there a simple way to make the system start the default > browser(open a new tab if browser running) ? gtk_show_uri() how a web browser will handle being called with a URI it's entirely up to the browser. ciao, Emmanuele. -- Emmanuele Bassi, W: http://www.emmanuelebassi.net B: http://log.emmanuelebassi.net _______________________________________________ gtk-list mailing list gtk-list gnome org http://mail.gnome.org/mailman/listinfo/gtk-list


View this message in context: Re: Open a url in webbrowser ?
Sent from the Gtk+ - General mailing list archive at Nabble.com.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]