diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2007-08-07 17:03:52 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2007-08-07 17:03:52 +0000 |
commit | e725eccca3a5c58ca3b2e001976ed9932e194e2f (patch) | |
tree | 45b81f2331ee518aab708ce5f574300aa4627801 /ChangeLog | |
parent | 0a346340afa2bbc446358240fd0eb85a1589aecd (diff) | |
download | glade-e725eccca3a5c58ca3b2e001976ed9932e194e2f.tar.gz |
glade_editor_property_new_from_widget() added "packing" argument.
* gladeui/glade-editor-property.[ch]: glade_editor_property_new_from_widget() added
"packing" argument.
* gladeui/glade-base-editor.[ch]: Fixed va_start() without va_end() in
glade_base_editor_add_properties(), also added "packing" argument to
glade_base_editor_add_properties().
* plugins/gtk+/glade-gtk.c: Added "expand" and "homogeneous" packing properties
to toolbar children in the toolbar editor (bug 429409).
svn path=/trunk/; revision=1539
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ * configure.ac: Removed bogus output about python bindings. + * gladeui/glade-editor-property.[ch]: glade_editor_property_new_from_widget() added + "packing" argument. + + * gladeui/glade-base-editor.[ch]: Fixed va_start() without va_end() in + glade_base_editor_add_properties(), also added "packing" argument to + glade_base_editor_add_properties(). + + * plugins/gtk+/glade-gtk.c: Added "expand" and "homogeneous" packing properties + to toolbar children in the toolbar editor (bug 429409). + 2006-08-06 Tristan Van Berkom <tvb@gnome.org> * plugins/gtk+/gtk+.xml.in: Disabled the "submenu" property of GtkMenuItem |