summaryrefslogtreecommitdiff
path: root/ui/gtk/gui_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/gui_utils.h')
-rw-r--r--ui/gtk/gui_utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/gtk/gui_utils.h b/ui/gtk/gui_utils.h
index 21b76da178..e9174239cd 100644
--- a/ui/gtk/gui_utils.h
+++ b/ui/gtk/gui_utils.h
@@ -265,6 +265,7 @@ extern void set_tree_styles_all(void);
*/
extern GtkWidget *xpm_to_widget(const char ** xpm);
+#if 0
/** Convert an xpm picture into a GtkWidget showing it.
* Beware: the given parent window must already be visible!
*
@@ -272,7 +273,8 @@ extern GtkWidget *xpm_to_widget(const char ** xpm);
* @param xpm the character array containing the picture
* @return a newly created GtkWidget showing the picture
*/
-/*extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm);*/
+extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm);
+#endif
/** Convert an pixbuf data to a GtkWidget
*