paint_shadow


Description:


public void paint_shadow (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle? area, Widget? widget, string? detail, int x, int y, int width, int height)

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

Note:

Use gtk_render_frame instead

Parameters:

style

a Style

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

cr

a Context


Namespace: Gtk
Package: gtk+-2.0