diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-02 19:54:37 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 10e24d58c350a4b99a51a29230a19c3ce5c2965d (patch) | |
tree | f2378e4f27982167be297438263666f2ef898c75 /gtk/gtkbutton.h | |
parent | 10a92a210bb8671a8c67af743ebfe2700f643a00 (diff) | |
download | gtk+-10e24d58c350a4b99a51a29230a19c3ce5c2965d.tar.gz |
button: Remove _{get,set}_focus_click
Deprecated for the GtkWidget variant. Also remove some unused fields
from the GtkButtonPrivate struct.
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r-- | gtk/gtkbutton.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index 0fa61f58ec..1965692c33 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -111,11 +111,6 @@ void gtk_button_set_use_underline (GtkButton *button, gboolean use_underline); GDK_AVAILABLE_IN_ALL gboolean gtk_button_get_use_underline (GtkButton *button); -GDK_DEPRECATED_IN_3_20_FOR(gtk_widget_set_focus_on_click) -void gtk_button_set_focus_on_click (GtkButton *button, - gboolean focus_on_click); -GDK_DEPRECATED_IN_3_20_FOR(gtk_widget_get_focus_on_click) -gboolean gtk_button_get_focus_on_click (GtkButton *button); GDK_AVAILABLE_IN_ALL void gtk_button_set_image (GtkButton *button, GtkWidget *image); |