mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
Merge branch 'main' into 'main'
Add note about widgets implementing the interface adding the `horizontal`/`vertical` CSS classes See merge request GNOME/gtk!5391
This commit is contained in:
commit
0c2b437643
@ -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