mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
Add note about widgets implementing the interface adding the horizontal
/vertical
CSS classes
This commit is contained in:
parent
7c5c843b5b
commit
0764cf0c9c
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user