Add note about widgets implementing the interface adding the horizontal/vertical CSS classes

This commit is contained in:
madmurphy 2023-02-12 16:28:12 +00:00 committed by Matthias Clasen
parent 7c5c843b5b
commit 0764cf0c9c

View File

@ -36,6 +36,13 @@
*
* `GtkOrientable` is more flexible in that it allows the orientation to be
* changed at runtime, allowing the widgets to flip.
*
* ## CSS nodes
*
* `GtkWidget` types implementing the `GtkOrientable` interface will
* automatically acquire the `horizontal` or `vertical` CSS class depending on
* the value of the [property@Gtk.Orientable:orientation] property.
*/