From: Daniel Boles Date: Wed, 20 Sep 2017 16:34:43 +0000 (+0100) Subject: Overlay: Document style classes added per position X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~160 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f6eb767c831611aaa425b8488b8428a7b44aae68;p=gtk%2B3.0.git Overlay: Document style classes added per position --- diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index 51be2b9752..84128b5d51 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -51,6 +51,12 @@ * The GtkOverlay implementation of the GtkBuildable interface * supports placing a child as an overlay by specifying “overlay” as * the “type” attribute of a `` element. + * + * # CSS nodes + * + * GtkOverlay has a single CSS node with the name “overlay”. Overlay children + * whose alignments cause them to be positioned at an edge get the style classes + * “.left”, “.right”, “.top”, and/or “.bottom” according to their position. */ struct _GtkOverlayPrivate