Package: gdk

Function gdk:popup-layout-shadow-width

Lambda List

gdk: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))

Arguments

layout -- a gdk:popup-layout instance
left -- an integer for the left shadow width
right -- an integer for the right shadow width
top -- an integer for the top shadow width
bottom -- an integer for the bottom shadow width

Details

Gets or sets the shadow widths of the popup layout.

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

2025-08-02