Virtual Method
GtkStyledraw_layout
Declaration [src]
void
draw_layout (
GtkStyle* style,
cairo_t* cr,
GtkStateType state_type,
gboolean use_text,
GtkWidget* widget,
const gchar* detail,
gint x,
gint y,
PangoLayout* layout
)
Parameters
cr
-
Type:
cairo_t
No description available.
The data is owned by the caller of the method. state_type
-
Type:
GtkStateType
No description available.
use_text
-
Type:
gboolean
No description available.
widget
-
Type:
GtkWidget
No description available.
The data is owned by the caller of the method. detail
-
Type:
const gchar*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. x
-
Type:
gint
No description available.
y
-
Type:
gint
No description available.
layout
-
Type:
PangoLayout
No description available.
The data is owned by the caller of the method.