Re: Add a button to the about dialog

2008-03-18 Thread G Hasse
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

Add a button to the about dialog

2008-03-14 Thread Daniel Leidert
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