* 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
*/
<template class="GtkFileChooserDialog" parent="GtkDialog">
<property name="default-width">600</property>
<signal name="response" handler="response_cb" swapped="no"/>
+ <style>
+ <class name="filechooser"/>
+ </style>
<child internal-child="content_area">
<object class="GtkBox">
<property name="orientation">1</property>