Package: gtk
GFlags gtk:junction-sides
Declaration(gobject:define-gflags "GtkJunctionSides" 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)) Values
Details
Describes how a rendered element connects to adjacent elements. | See also |
#2024-3-21