* interface exposes the buttons with the names “select_button”
* and “cancel_button”.
*
+ * ## CSS nodes
+ *
+ * `GtkFontChooserDialog` has a single CSS node with the name `window` and style
+ * class `.fontchooser`.
+ *
* Deprecated: 4.10: Use [class@Gtk.FontDialog] instead
*/
<interface domain="gtk40">
<template class="GtkFontChooserDialog" parent="GtkDialog">
<property name="title" translatable="yes">Select Font</property>
+ <style>
+ <class name="fontchooser"/>
+ </style>
<child internal-child="content_area">
<object class="GtkBox" id="dialog-vbox1">
<property name="orientation">1</property>