diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkappchooserbutton.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkappchooserbutton.c b/gtk/gtkappchooserbutton.c index 518f2c64be..7e81e2c925 100644 --- a/gtk/gtkappchooserbutton.c +++ b/gtk/gtkappchooserbutton.c @@ -45,6 +45,10 @@ * * To track changes in the selected application, use the * #GtkAppChooserButton::changed signal. + * + * # CSS nodes + * + * GtkAppChooserButton has a single CSS node with the name “appchooserbutton”. */ #include "config.h" @@ -741,6 +745,7 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass) 1, G_TYPE_STRING); + gtk_widget_class_set_css_name (widget_class, I_("appchooserbutton")); } static void |