Re: About dialog api



I have put an updated implementation into
http://bugzilla.gnome.org/show_bug.cgi?id=109435
I have added "website" and "website_label" properties (to add a link
to the about dialog), added an optional "artists" page to the credits 
dialog and implemented autolinkification for emails and urls in the
credits dialog. Sending emails and showing urls is "done" by emitting
signals on the about dialog. This has the downside that the _show()
function must take the signal handlers as arguments: 

void       gtk_about_dialog_show     (GtkWindow    *parent,
				      GCallback     send_email_cb,
				      GCallback     show_url_cb,
				      const gchar *first_property_name,
				      ...);

The autolinkification is suppressed if no handlers are connected.

Matthias





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