From: Alexander Mikhaylenko Date: Wed, 5 Apr 2023 20:10:54 +0000 (+0400) Subject: filechooserdialog: Add "filechooser" style class X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~435^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fff98d94f97e03b9a71756a5920a0d1f4bb7f406;p=gtk4.git filechooserdialog: Add "filechooser" style class --- diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 841d61889b..c4ca3dbaaa 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -212,6 +212,11 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS * To summarize, make sure you use a predefined response code * when you use `GtkFileChooserDialog` to ensure proper operation. * + * ## CSS nodes + * + * `GtkFileChooserDialog` has a single CSS node with the name `window` and style + * class `.filechooser`. + * * Deprecated: 4.10: Use [class@Gtk.FileDialog] instead */ diff --git a/gtk/ui/gtkfilechooserdialog.ui b/gtk/ui/gtkfilechooserdialog.ui index 53ed506135..097aca09a4 100644 --- a/gtk/ui/gtkfilechooserdialog.ui +++ b/gtk/ui/gtkfilechooserdialog.ui @@ -3,6 +3,9 @@