paint_shadow


Description:


[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void paint_shadow (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget? widget, string? detail, int x, int y, int width, int height)

Warning: paint_shadow is deprecated since 3.0.

Draws a shadow around the given rectangle in cr using the given style and state and shadow type.

Note:

Use render_frame instead

Parameters:

style

a Style

cr

a Context

state_type

a state

shadow_type

type of shadow to draw

widget

the widget

detail

a style detail

x

x origin of the rectangle

y

y origin of the rectangle

width

width of the rectangle

height

width of the rectangle


Namespace: Gtk
Package: gtk+-3.0