gtkPaintString {RGtk2} | R Documentation |
Draws a text string on window
with the given parameters.
WARNING: gtk_paint_string
has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintLayout
instead.
gtkPaintString(object, window, state.type, area = NULL, widget = NULL, detail = NULL, x, y, string)
|
a |
|
|
|
a state |
|
clip rectangle, or |
|
the widget. [ allow-none ] |
|
a style detail. [ allow-none ] |
|
x origin |
|
y origin |
|
the string to draw |
Derived by RGtkGen from GTK+ documentation