Function
Gtkpaint_flat_box
Declaration [src]
void
gtk_paint_flat_box (
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 flat box on cr
with the given parameters.
Deprecated since: | 3.0 |
Use |
Parameters
style |
GtkStyle |
A |
|
The data is owned by the caller of the function. | |
cr |
cairo_t |
A #cairo_t. |
|
The data is owned by the caller of the function. | |
state_type |
GtkStateType |
A state. |
|
shadow_type |
GtkShadowType |
The type of shadow to draw. |
|
widget |
GtkWidget |
The widget. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
detail |
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 |
gint |
X origin of the box. |
|
y |
gint |
Y origin of the box. |
|
width |
gint |
The width of the box. |
|
height |
gint |
The height of the box. |