Add note about widgets implementing the interface adding the `horizontal`/`vertical...
authormadmurphy <madmurphy333@gmail.com>
Sun, 12 Feb 2023 16:28:12 +0000 (16:28 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 12 Feb 2023 16:28:12 +0000 (16:28 +0000)
gtk/gtkorientable.c

index 034cb18ffea9d44f43d152dadb42450ee6859f4e..b86071d1d4b7a7a88dae761abe396909fa25e379 100644 (file)
  *
  * `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.
+
  */