ToplevelSize.setShadowWidth

Sets the shadows size of the toplevel.

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.

class ToplevelSize
void
setShadowWidth
(
int left
,
int right
,
int top
,
int bottom
)

Parameters

left int

width of the left part of the shadow

right int

width of the right part of the shadow

top int

height of the top part of the shadow

bottom int

height of the bottom part of the shadow

Meta