summaryrefslogtreecommitdiff
path: root/gladeui/glade-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-04-12 05:45:03 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-04-12 05:45:03 +0000
commitd1f3913cdefc7fdcb0d40b4d0e43bb6c3ff9cf01 (patch)
tree5a27e608a9f45ae55d39828f8a1aa49c9b3a4519 /gladeui/glade-utils.h
parentbdabf9e719d428a0c5dc351b77773f4d68798c4d (diff)
downloadglade-d1f3913cdefc7fdcb0d40b4d0e43bb6c3ff9cf01.tar.gz
Fixed invisible labels in the menu editor.
* gladeui/glade-editor-property.c: Fixed invisible labels in the menu editor. * gladeui/glade-widget.c, gladeui/glade-widget.h, gladeui/glade-xml-utils.c, gladeui/glade-utils.c, gladeui/glade-xml-utils.h, gladeui/glade-utils.h, gladeui/glade-property.c, gladeui/glade-property-class.c, gladeui/glade-property-class.h, gladeui/glade-project.c, gladeui/glade-project.h: implemented "factory-stock-id" in the catalog, this allows you to take a resource image file property formerly hacked as a custom property in libglade, and glade will generate a hidden icon factory in builder files so that it will be loaded through the stock system instead, "factory-stock-id" depicts the name of the stock property of the property-class in question. svn path=/trunk/; revision=1796
Diffstat (limited to 'gladeui/glade-utils.h')
-rw-r--r--gladeui/glade-utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gladeui/glade-utils.h b/gladeui/glade-utils.h
index acbadd95..743c502f 100644
--- a/gladeui/glade-utils.h
+++ b/gladeui/glade-utils.h
@@ -130,6 +130,12 @@ time_t glade_util_get_file_mtime (const gchar *filename, GErro
gboolean glade_util_version_lesser_than (gdouble a, gdouble b);
+
+gchar *glade_util_filename_to_icon_name (const gchar *value);
+
+gchar *glade_util_icon_name_to_filename (const gchar *value);
+
+
G_END_DECLS
#endif /* __GLADE_UTILS_H__ */