summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r--gtk/gtkbutton.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index c6135b9eee..da940be833 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -31,6 +31,7 @@
#include <gdk/gdk.h>
#include <gtk/gtkbin.h>
#include <gtk/gtkenums.h>
+#include <gtk/gtkimage.h>
#ifdef __cplusplus
@@ -119,6 +120,9 @@ void gtk_button_set_alignment (GtkButton *button,
void gtk_button_get_alignment (GtkButton *button,
gfloat *xalign,
gfloat *yalign);
+void gtk_button_set_image (GtkButton *button,
+ GtkWidget *image);
+GtkWidget* gtk_button_get_image (GtkButton *button);
void _gtk_button_set_depressed (GtkButton *button,