From 7e479aa9eeff38d358d20b155a55a07ab04ba1e9 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 9 Apr 2014 14:30:37 -0400 Subject: [PATCH] dialog: add a box around the action area to use for styling If we want to set style properties that include the area of the border-width part of action_area we need to use a parent box. https://bugzilla.gnome.org/show_bug.cgi?id=722211 --- gtk/gtkdialog.c | 4 +++- gtk/resources/ui/gtkdialog.ui | 23 +++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index eb342a55f7..4eead014b3 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -174,6 +174,7 @@ struct _GtkDialogPrivate GtkWidget *vbox; GtkWidget *headerbar; GtkWidget *action_area; + GtkWidget *action_box; GtkSizeGroup *size_group; gint use_header_bar; @@ -289,7 +290,7 @@ apply_use_header_bar (GtkDialog *dialog) { GtkDialogPrivate *priv = dialog->priv; - gtk_widget_set_visible (priv->action_area, !priv->use_header_bar); + gtk_widget_set_visible (priv->action_box, !priv->use_header_bar); gtk_widget_set_visible (priv->headerbar, priv->use_header_bar); if (!priv->use_header_bar) { @@ -655,6 +656,7 @@ gtk_dialog_class_init (GtkDialogClass *class) gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, vbox); gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, headerbar); gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, action_area); + gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, action_box); gtk_widget_class_bind_template_callback (widget_class, gtk_dialog_delete_event_handler); } diff --git a/gtk/resources/ui/gtkdialog.ui b/gtk/resources/ui/gtkdialog.ui index c03b8dde79..3a2cd791c6 100644 --- a/gtk/resources/ui/gtkdialog.ui +++ b/gtk/resources/ui/gtkdialog.ui @@ -23,14 +23,29 @@ - + True False - end - + + + True + False + end + + + + False + True + end + 0 + + + False True