gtkDrawInsertionCursor {RGtk2} | R Documentation |
Draws a text caret on drawable
at location
. This is not a style function
but merely a convenience function for drawing the standard cursor shape.
gtkDrawInsertionCursor(widget, drawable, area = NULL, location, is.primary, direction, draw.arrow)
|
[GtkWidget ] a GtkWidget |
|
[GdkDrawable ] a GdkDrawable |
|
[GdkRectangle ] rectangle to which the output is clipped, or NULL if the
output should not be clipped |
|
[GdkRectangle ] location where to draw the cursor (location->width is ignored) |
|
[logical] if the cursor should be the primary cursor color. |
|
[GtkTextDirection ] whether the cursor is left-to-right or
right-to-left. Should never be GTK_TEXT_DIR_NONE |
|
[logical] TRUE to draw a directional arrow on the
cursor. Should be FALSE unless the cursor is split. |
Since 2.4
Derived by RGtkGen from GTK+ documentation