diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-12-08 17:38:34 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-01-17 17:52:07 -0500 |
commit | 57139820c97250ad22c8202c3924d69a05fe7edf (patch) | |
tree | 15900c9538e3ea0b6e059db9083edc17b7100f3c /gtk/gtkdialog.h | |
parent | 3d354026ca7a779d34d3d41923cbf9092009c1d7 (diff) | |
download | gtk+-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.h | 6 |
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); |