forked from AuroraMiddleware/gtk
Overlay: Document style classes added per position
This commit is contained in:
parent
38d1c78ff3
commit
761194dad7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user