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, [email protected] 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 > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-list > > -- View this message in context: http://www.nabble.com/Open-a-url-in-webbrowser---tp22407675p23095320.html Sent from the Gtk+ - General mailing list archive at Nabble.com.
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
