Overlay: Document style classes added per position
authorDaniel Boles <dboles@src.gnome.org>
Wed, 20 Sep 2017 16:34:43 +0000 (17:34 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 20 Sep 2017 18:19:23 +0000 (19:19 +0100)
gtk/gtkoverlay.c

index 51be2b97521a66ac17f53a8dc90950c6b7264c33..84128b5d511e474cf1bf1b5f56b9510e7989670f 100644 (file)
  * The GtkOverlay implementation of the GtkBuildable interface
  * supports placing a child as an overlay by specifying “overlay” as
  * the “type” attribute of a `<child>` 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