Package: gtk
GFlags gtk-junction-sides
Details
Describes how a rendered element connects to adjacent elements. (define-g-flags "GtkJunctionSides" gtk-junction-sides (:export t :type-initializer "gtk_junction_sides_get_type") (:none 0) (:corner-topleft #.(ash 1 0)) (:corner-topright #.(ash 1 1)) (:corner-bottomleft #.(ash 1 2)) (:corner-bottomright #.(ash 1 3)) (:top 3) (:left 5) (:bottom 6) (:right 10))
| See also |
2021-11-26