projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c5c843
)
Add note about widgets implementing the interface adding the `horizontal`/`vertical...
author
madmurphy
<madmurphy333@gmail.com>
Sun, 12 Feb 2023 16:28:12 +0000
(16:28 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 12 Feb 2023 16:28:12 +0000
(16:28 +0000)
gtk/gtkorientable.c
patch
|
blob
|
history
diff --git
a/gtk/gtkorientable.c
b/gtk/gtkorientable.c
index 034cb18ffea9d44f43d152dadb42450ee6859f4e..b86071d1d4b7a7a88dae761abe396909fa25e379 100644
(file)
--- a/
gtk/gtkorientable.c
+++ b/
gtk/gtkorientable.c
@@
-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.
+
*/