summaryrefslogtreecommitdiff
path: root/src/gtkext/support.h
diff options
context:
space:
mode:
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 */