On Fri, Mar 14, 2008 at 06:23:50PM +0100, Daniel Leidert wrote:
> Hi,
>
> I would like to add some information to the About dialog of an
> application. The About-dialog is created using gtk_show_about_dialog().
The About dialog is a very simple widget that is often used and
threrefor made as a s
Hi,
I would like to add some information to the About dialog of an
application. The About-dialog is created using gtk_show_about_dialog().
Now what I did is adding the following lines after calling
gtk_show_about_dialog():
[..]
dialog = g_object_get_data (G_OBJECT (GTK_WINDOW (main_window)),
"g