forked from AuroraMiddleware/gtk
Overlay: Document style classes added per position
This commit is contained in:
parent
a33e8053a8
commit
f6eb767c83
@ -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 `<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