Package: gtk
GEnum gtk:shadow-type
Declaration(gobject:define-genum "GtkShadowType" shadow-type (:export t :type-initializer "gtk_shadow_type_get_type") (:none 0) (:in 1) (:out 2) (:etched-in 3) (:etched-out 4)) Values
Details
Used to change the appearance of an outline typically provided by a gtk:frame widget.
Note that many themes do not differentiate the appearance of the various
shadow types: Either their is no visible shadow :none, or there is any other
value. | See also |
2024-3-21