summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-property.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-08-07 17:03:52 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-08-07 17:03:52 +0000
commite725eccca3a5c58ca3b2e001976ed9932e194e2f (patch)
tree45b81f2331ee518aab708ce5f574300aa4627801 /gladeui/glade-editor-property.h
parent0a346340afa2bbc446358240fd0eb85a1589aecd (diff)
downloadglade-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 'gladeui/glade-editor-property.h')
-rw-r--r--gladeui/glade-editor-property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gladeui/glade-editor-property.h b/gladeui/glade-editor-property.h
index 5e2a7fc2..d9e39742 100644
--- a/gladeui/glade-editor-property.h
+++ b/gladeui/glade-editor-property.h
@@ -87,6 +87,7 @@ GladeEditorProperty *glade_editor_property_new (GladePropertyClass *
GladeEditorProperty *glade_editor_property_new_from_widget (GladeWidget *widget,
const gchar *property,
+ gboolean packing,
gboolean use_command);
void glade_editor_property_load (GladeEditorProperty *eprop,