summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* 2.5.5GTK_2_5_5Matthias Clasen2004-11-121-3/+3
|
* Change the return types of the gchar ** getters to be more const correct.Matthias Clasen2004-11-081-6/+6
| | | | | | | | 2004-11-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.[hc]: Change the return types of the gchar ** getters to be more const correct. (#157566, Mariano Suárez-Alvarez)
* Support named icons as logos. (#156378, James Henstridge)Matthias Clasen2004-10-251-0/+3
| | | | | | | | | 2004-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.h: * gtk/gtkaboutdialog.c (gtk_about_dialog_set_logo_icon_name) (gtk_about_dialog_get_logo_icon_name): Support named icons as logos. (#156378, James Henstridge)
* Adjust to GtkAboutDialog API changes.Matthias Clasen2004-08-131-4/+9
| | | | | | | | | | | Thu Aug 12 21:02:57 2004 Matthias Clasen <maclas@gmx.de> * demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog API changes. * gtk/gtkaboutdialog.h: * gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook): (gtk_about_dialog_set_url_hook): Add callback data and destroy notify for language bindings. (#149999, Olivier Andrieu)
* New widget: GtkAboutDialog.Matthias Clasen2004-07-121-0/+114
2004-07-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.h: * gtk/gtkaboutdialog.c: New widget: GtkAboutDialog. * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): * gtk/gtk.h: Add GtkAboutDialog. (#109435, Paolo Borelli, patch by Matthias Clasen)