Function
Gtkpaint_layout
Declaration [src]
void
gtk_paint_layout (
GtkStyle* style,
cairo_t* cr,
GtkStateType state_type,
gboolean use_text,
GtkWidget* widget,
const gchar* detail,
gint x,
gint y,
PangoLayout* layout
)
Description [src]
Draws a layout on cr
using 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. |
|
use_text |
gboolean |
Whether to use the text or foreground
graphics context of |
|
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. |
|
y |
gint |
Y origin. |
|
layout |
PangoLayout |
The layout to draw. |
|
The data is owned by the caller of the function. |