gtkDrawString {RGtk2} | R Documentation |
Draws a text string on window
with the given parameters.
WARNING: gtk_draw_string
is deprecated and should not be used in newly-written code. Use gtkPaintLayout
instead.
gtkDrawString(object, window, state.type, x, y, string)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[integer] x origin |
|
[integer] y origin |
|
[character] the string to draw |
Derived by RGtkGen from GTK+ documentation