gtk_text_layout_draw ( layout widget drawable cursor_gc x_offset y_offset x y width height widgets -- )


Vocabulary
gtk2.ffi

Inputs
layoutan object
widgetan object
drawablean object
cursor_gcan object
x_offsetan object
y_offsetan object
xan object
yan object
widthan object
heightan object
widgetsan object


Outputs
None

Definition


LIBRARY: gtk2 FUNCTION: void gtk_text_layout_draw
( void* layout, GtkWidget* widget, GdkDrawable* drawable,
gpointer cursor_gc, gint x_offset, gint y_offset, gint x,
gint y, gint width, gint height, GList* widgets )