Overlay: Document style classes added per position

This commit is contained in:
Daniel Boles 2017-09-20 17:34:43 +01:00
parent 38d1c78ff3
commit 761194dad7

View File

@ -53,6 +53,12 @@
* 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