diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-11 16:48:06 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-11 17:46:55 -0500 |
commit | 1d40750a6045c2c03250d5594e30ef3773c9c32a (patch) | |
tree | 9c57ed7588656eb10bef2a878f90c884a414608f /gtk/gtkaboutdialog.c | |
parent | 96baf9769a0b3ca1c364708e58785c39499f6068 (diff) | |
download | gtk+-1d40750a6045c2c03250d5594e30ef3773c9c32a.tar.gz |
aboutdialog: Set a style class
Add the .aboutdialog style class to toplevel
widget of about dialogs, similar to what we
do for e.g. GtkAssistant.
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r-- | gtk/gtkaboutdialog.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index bff8e76432..4cdee36575 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -101,6 +101,12 @@ * "title", _("About ExampleCode"), * NULL); * ]| + * + * # CSS nodes + * + * GtkAboutDialog has a single CSS node with the name window and style + * class .aboutdialog. + */ typedef struct |