Package: gdk
Function gdk:popup-layout-shadow-width
Lambda Listgdk:popup-layout-shadow-width (layout) Syntax(gdk:popup-layout-shadow-width layout) => left, right, top, bottom (setf (gdk:popup-layout-shadow-width layout) (list left right top bottom)) Argumentslayout -- a gdk:popup-layout instance left -- an integer with the left shadow width right -- an integer with the right shadow width top -- an integer with the top shadow width bottom -- an integer with the bottom shadow width Details The gdk:popup-layout-shadow-width function obtains the shadow widths
of the popup layout. The (setf gdk:popup-layout-shadow-width) function sets the shadow width. The shadow width corresponds to the part of the computed surface size that would consist of the shadow margin surrounding the window, would there be any. Since 4.2 | See also |
2024-2-17