From: G.Willems Date: Tue, 11 Apr 2023 20:06:09 +0000 (+0200) Subject: scalebutton: fix CSS name in documentation X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~4^2~10^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d11ac6d83e22f2d9de134a10ca33662f27ecd195;p=gtk4.git scalebutton: fix CSS name in documentation --- diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 7b2c2a11a0..2742864841 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -71,8 +71,14 @@ * * # CSS nodes * - * `GtkScaleButton` has a single CSS node with name button. To differentiate - * it from a plain `GtkButton`, it gets the .scale style class. + * ``` + * scalebutton.scale + * ╰── button.toggle + * ╰── + * ``` + * + * `GtkScaleButton` has a single CSS node with name scalebutton and `.scale` + * style class, and contains a `button` node with a `.toggle` style class. */