Function
Gtkpaint_shadow
deprecated: 3.0
Declaration [src]
void
gtk_paint_shadow (
GtkStyle* style,
cairo_t* cr,
GtkStateType state_type,
GtkShadowType shadow_type,
GtkWidget* widget,
const gchar* detail,
gint x,
gint y,
gint width,
gint height
)
Description [src]
Draws a shadow around the given rectangle in cr
using the given style and state and shadow type.
Deprecated since: 3.0
Use gtk_render_frame()
instead.
Parameters
style
-
Type:
GtkStyle
A
GtkStyle
.The data is owned by the caller of the function. cr
-
Type:
cairo_t
A #cairo_t.
The data is owned by the caller of the function. state_type
-
Type:
GtkStateType
A state.
shadow_type
-
Type:
GtkShadowType
Type of shadow to draw.
widget
-
Type:
GtkWidget
The widget.
The argument can be NULL
.The data is owned by the caller of the function. detail
-
Type:
const gchar*
A style detail.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. x
-
Type:
gint
X origin of the rectangle.
y
-
Type:
gint
Y origin of the rectangle.
width
-
Type:
gint
Width of the rectangle.
height
-
Type:
gint
Width of the rectangle.