29 Jul
2005
29 Jul
'05
10:39 p.m.
On Fri, 2005-07-29 at 23:22 +0100, Alan Horkan wrote:
Using the standard Gtk about dialog should take care of most of the functional requirements of any new About dialog. Adding the artwork back in without making things too big might require a few adjustments but following the standard API will probably save hassle in the long run.
I wouldn't mind doing that, except do you have any suggestions for how we would embed an SPSVGViewWidget in the standard about dialog?
GtkAboutDialog's API doesn't seem to permit embedding anything except a non-rescalable bitmap image in the from of a pixbuf:
http://developer.gnome.org/doc/API/2.0/gtk/GtkAboutDialog.html#gtk-about-dia...
-mental