summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.c
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2023-04-06 00:10:54 +0400
committerAlexander Mikhaylenko <alexm@gnome.org>2023-04-06 00:58:38 +0400
commitfff98d94f97e03b9a71756a5920a0d1f4bb7f406 (patch)
tree65e9ca085286d82ca9587294e22aed27a10ed3a3 /gtk/gtkfilechooserdialog.c
parent1d0f0d42291d3ae0bf141d2aa2ced7376c6bb2e8 (diff)
downloadgtk+-fff98d94f97e03b9a71756a5920a0d1f4bb7f406.tar.gz
filechooserdialog: Add "filechooser" style class
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r--gtk/gtkfilechooserdialog.c5
1 files changed, 5 insertions, 0 deletions
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
*/