]> Pileus Git - ~andy/gtk/commit
Bug 408244 – add GtkDialog::content-area-spacing
authorChristian Dywan <cdywan@src.gnome.org>
Wed, 24 Sep 2008 08:41:46 +0000 (08:41 +0000)
committerChristian Dywan <cdywan@src.gnome.org>
Wed, 24 Sep 2008 08:41:46 +0000 (08:41 +0000)
commit3a872a3c425fb70e95b3038410f03c8e3be02193
tree5826927e735894d30394bd4ef757e3793be4bb2f
parent0c5bfe5f2b87412ccceb158e36634ba943520113
Bug 408244 – add GtkDialog::content-area-spacing

* gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
(_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
* gtk/gtkbox.h:
* gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
Implement "content-area-spacing" style property in GtkDialog
and internal helper _gtk_box_get_spacing_set in GtkBox.
Patch by Tim Janik, Sven Herzberg and myself.

svn path=/trunk/; revision=21508
ChangeLog
gtk/gtkbox.c
gtk/gtkbox.h
gtk/gtkdialog.c