gtkPaintLayout {RGtk2} | R Documentation |
Draws a layout on window
using the given parameters.
gtkPaintLayout(object, window, state.type, use.text, area = NULL, widget = NULL, detail = NULL, x, y, layout)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[logical] whether to use the text or foreground
graphics context of style |
|
[GdkRectangle ] clip rectangle, or NULL if the
output should not be clipped |
|
[GtkWidget ] the widget (may be NULL ) |
|
[character] a style detail (may be NULL ) |
|
[integer] x origin |
|
[integer] y origin |
|
[PangoLayout ] the layout to draw |
Derived by RGtkGen from GTK+ documentation