diff options
author | Timm Bäder <mail@baedert.org> | 2016-11-05 08:39:10 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-11-05 11:56:36 +0100 |
commit | 3b970f4555ba48abcb6eb15a3549cc7ff94f206d (patch) | |
tree | 491447e0285b9e9dc0a5bef970f7049834c4b71e /gtk/gtkbutton.h | |
parent | 846cf681e8602399e172c256a93cd7484708219a (diff) | |
download | gtk+-3b970f4555ba48abcb6eb15a3549cc7ff94f206d.tar.gz |
button: Remove _get_event_window
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r-- | gtk/gtkbutton.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index b1567de545..d62c49c380 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -112,9 +112,6 @@ void gtk_button_set_use_underline (GtkButton *button, GDK_AVAILABLE_IN_ALL gboolean gtk_button_get_use_underline (GtkButton *button); -GDK_AVAILABLE_IN_ALL -GdkWindow* gtk_button_get_event_window (GtkButton *button); - GDK_AVAILABLE_IN_3_90 void gtk_button_set_icon_name (GtkButton *button, const char *icon_name); |