summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-27 22:39:30 +0100
committerChristian Dywan <christian@twotoasts.de>2009-10-27 22:42:25 +0100
commitda8dde446d8316bbc4e64498ac18bef8985a0ce0 (patch)
treec5a9bb6225023d07df0f61e45ff02029915c45ed /gtk/gtkbutton.h
parent6271cb967225693c0747b580645024d27eef9d14 (diff)
downloadgtk+-da8dde446d8316bbc4e64498ac18bef8985a0ce0.tar.gz
Deprecate functions according to deprecated GtkButton signals
https://bugzilla.gnome.org/show_bug.cgi?id=599218
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 1243e2abb5..7a67ddcf91 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -93,11 +93,15 @@ GtkWidget* gtk_button_new (void);
GtkWidget* gtk_button_new_with_label (const gchar *label);
GtkWidget* gtk_button_new_from_stock (const gchar *stock_id);
GtkWidget* gtk_button_new_with_mnemonic (const gchar *label);
+#ifndef GTK_DISABLE_DEPRECATED
void gtk_button_pressed (GtkButton *button);
void gtk_button_released (GtkButton *button);
+#endif
void gtk_button_clicked (GtkButton *button);
+#ifndef GTK_DISABLE_DEPRECATED
void gtk_button_enter (GtkButton *button);
void gtk_button_leave (GtkButton *button);
+#endif
void gtk_button_set_relief (GtkButton *button,
GtkReliefStyle newstyle);