summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-08 17:38:34 +0100
committerMatthias Clasen <mclasen@redhat.com>2014-01-17 17:52:07 -0500
commit57139820c97250ad22c8202c3924d69a05fe7edf (patch)
tree15900c9538e3ea0b6e059db9083edc17b7100f3c /gtk/gtkdialog.h
parent3d354026ca7a779d34d3d41923cbf9092009c1d7 (diff)
downloadgtk+-57139820c97250ad22c8202c3924d69a05fe7edf.tar.gz
dialog: Mark alternate button order as deprecated
This feature was never implemented 100% correct, and does not apply to action buttons in header bars. https://bugzilla.gnome.org/show_bug.cgi?id=720059
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r--gtk/gtkdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h
index 1742985e8a..39dd113c20 100644
--- a/gtk/gtkdialog.h
+++ b/gtk/gtkdialog.h
@@ -168,13 +168,13 @@ GDK_AVAILABLE_IN_ALL
gint gtk_dialog_get_response_for_widget (GtkDialog *dialog,
GtkWidget *widget);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
gboolean gtk_alternative_dialog_button_order (GdkScreen *screen);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
void gtk_dialog_set_alternative_button_order (GtkDialog *dialog,
gint first_response_id,
...);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
void gtk_dialog_set_alternative_button_order_from_array (GtkDialog *dialog,
gint n_params,
gint *new_order);