gtkPaintLayout {RGtk2}R Documentation

gtkPaintLayout

Description

Draws a layout on window using the given parameters.

Usage

gtkPaintLayout(object, window, state.type, use.text, area = NULL, widget = NULL, detail = NULL, x, y, layout)

Arguments

object [GtkStyle] a GtkStyle
window [GdkWindow] a GdkWindow
state.type [GtkStateType] a state
use.text [logical] whether to use the text or foreground graphics context of style
area [GdkRectangle] clip rectangle, or NULL if the output should not be clipped
widget [GtkWidget] the widget (may be NULL)
detail [character] a style detail (may be NULL)
x [integer] x origin
y [integer] y origin
layout [PangoLayout] the layout to draw

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]