summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-property.h
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-editor-property.h')
-rw-r--r--gladeui/glade-editor-property.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gladeui/glade-editor-property.h b/gladeui/glade-editor-property.h
index d1678ae5..0793a344 100644
--- a/gladeui/glade-editor-property.h
+++ b/gladeui/glade-editor-property.h
@@ -116,6 +116,10 @@ GladePropertyClass *glade_editor_property_get_pclass (GladeEditorProperty
GladeProperty *glade_editor_property_get_property (GladeEditorProperty *eprop);
gboolean glade_editor_property_loading (GladeEditorProperty *eprop);
+void glade_editor_property_label_set_width_chars (GladeEditorProperty *eprop,
+ gint width,
+ gint max_width);
+
gboolean glade_editor_property_show_i18n_dialog (GtkWidget *parent,
gchar **text,
gchar **context,