
El vie, 03-12-2004 a las 10:58 -0600, Bob Jamison escribió:
Alan Horkan wrote:
It is important that the version number or build date be in the About dialog but if it is being put there for ordinary users then they need the option to cut and paste that information (currently the about dialog text cannot be cut/copied and pasted which is a little annoying).
Could the lovely artwork in some way be combined with the new stock GtkAbout dialog (much like the GnomeAbout dialog only in Gtk since 2.4 i think)? Standard widgets could make things easier.
- Alan
Currently, the About dialog is just an SVG viewer with the doc on it.
However, I have found that it is very easy to wrap the sp_svg_view thingy with a GtkMM widget, and use it in conjunction with other widgets. It is how the svg preview is done on the file dialog. Maybe someone could make the About window a GtkMM thing (which needs to be done anyway), with the artwork on top, and a text field with the info on the bottom.
The filedialog.cpp file is an example of how to wrap an svg viewer in GtkMM stuff.
[ego mode on] Yeah, and put the names of the translators in too, just like gnome does. [ego mode off]
Cheers,