summaryrefslogtreecommitdiff
path: root/src/gtkext/support.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-06-06 14:08:21 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-06-06 14:08:21 (GMT)
commitb5934203c1cb287eb46b07e866b54d1de240b87b (patch)
tree283fad2a6d4517b84985331e5234095c71c8734b /src/gtkext/support.h
parente72eea33b9967d4169d2c8ffcb4a9e85c4c3ee8c (diff)
Used a treeview with icons to show all known symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@165 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/support.h')
-rw-r--r--src/gtkext/support.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gtkext/support.h b/src/gtkext/support.h
index 8664750..1dcb3e7 100644
--- a/src/gtkext/support.h
+++ b/src/gtkext/support.h
@@ -36,6 +36,12 @@ void add_pixmap_directory(const char *);
/* Trouve le chemin d'accès complet à un fichier donné. */
gchar *find_pixmap_file(const char *);
+/* Construit une image à partir d'un nom de fichier. */
+GtkWidget *get_image_from_file(const char *);
+
+/* Construit un tampon d'image à partir d'un nom de fichier. */
+GdkPixbuf *get_pixbuf_from_file(const char *);
+
#endif /* _GTKEXT_SUPPORT_H */