Hello everyone:

I want my app's about dialog's website link can clickable, but whatever I
try to, it can't work.
I also read some code, such as gedit, nuatilus, their about dialog is using
gtk_about_dialog_set_website_label and gtk_about_dialog_set_website. Their
website can clickable, but why mime isn't like there?

That's the code:
gtk_about_dialog_set_website_label(GTK_ABOUT_DIALOG(dialog),"http://abc.com
");
gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog),"My website");

Thank for the help.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to