ToplevelSize.setShadowWidth

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

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.

Shadow width should only be set if methodGtk.Display.supports_shadow_width is true.

Parameters

leftwidth of the left part of the shadow
rightwidth of the right part of the shadow
topheight of the top part of the shadow
bottomheight of the bottom part of the shadow