gtkPaintString {RGtk2}R Documentation

gtkPaintString

Description

Draws a text string on window with the given parameters. WARNING: gtk_paint_string is deprecated and should not be used in newly-written code. Use gtkPaintLayout instead.

Usage

gtkPaintString(object, window, state.type, area = NULL, widget = NULL, detail = NULL, x, y, string)

Arguments

object [GtkStyle] a GtkStyle
window [GdkWindow] a GdkWindow
state.type [GtkStateType] a state
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
string [character] the string to draw

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]