| gtkPaintString {RGtk2} | R Documentation |
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.
gtkPaintString(object, window, state.type, area = NULL, widget = NULL, detail = NULL, x, y, string)
|
[GtkStyle] a GtkStyle |
|
[GdkWindow] a GdkWindow |
|
[GtkStateType] a state |
|
[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 |
|
[character] the string to draw |
Derived by RGtkGen from GTK+ documentation