Style.drawShadow

Warning gtk_draw_shadow has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_shadow() instead. Draws a shadow around the given rectangle in window using the given style and state and shadow type.

class Style
void
drawShadow

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

shadowType GtkShadowType

type of shadow to draw

x int

x origin of the rectangle

y int

y origin of the rectangle

width int

width of the rectangle

height int

width of the rectangle

Meta