summaryrefslogtreecommitdiff
path: root/gladeui/glade-property-label.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-13 16:12:03 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-14 02:49:35 +0900
commit9ebe9106737a66f0ff62a2aedd5acab92b1aba75 (patch)
treeb07cc735ab7af8a83ad4ec98cc8495a77d9858ad /gladeui/glade-property-label.h
parentae77aaf5c27af5c0215fa51aad61fe713932a909 (diff)
downloadglade-9ebe9106737a66f0ff62a2aedd5acab92b1aba75.tar.gz
GladePropertyLabel: Added properties to customize the label and tooltip text
Diffstat (limited to 'gladeui/glade-property-label.h')
-rw-r--r--gladeui/glade-property-label.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gladeui/glade-property-label.h b/gladeui/glade-property-label.h
index dcadaed0..ade04a86 100644
--- a/gladeui/glade-property-label.h
+++ b/gladeui/glade-property-label.h
@@ -59,6 +59,13 @@ void glade_property_label_set_property (GladePropertyLabel *label
GladeProperty *property);
GladeProperty *glade_property_label_get_property (GladePropertyLabel *label);
+void glade_property_label_set_custom_text (GladePropertyLabel *label,
+ const gchar *custom_text);
+const gchar *glade_property_label_get_custom_text (GladePropertyLabel *label);
+void glade_property_label_set_custom_tooltip(GladePropertyLabel *label,
+ const gchar *custom_tooltip);
+const gchar *glade_property_label_get_custom_tooltip(GladePropertyLabel *label);
+
G_END_DECLS
#endif /* __GLADE_PROPERTY_LABEL_H__ */