gtkDrawInsertionCursor         package:RGtk2         R Documentation

_g_t_k_D_r_a_w_I_n_s_e_r_t_i_o_n_C_u_r_s_o_r

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     gtkDrawInsertionCursor(widget, drawable, area = NULL, location, is.primary, direction, draw.arrow)

_A_r_g_u_m_e_n_t_s:

'widget': ['GtkWidget']   a 'GtkWidget'

'drawable': ['GdkDrawable']  a 'GdkDrawable' 

  'area': ['GdkRectangle']  rectangle to which the output is clipped,
          or 'NULL' if the output should not be clipped

'location': ['GdkRectangle']  location where to draw the cursor
          ('location->width' is ignored)

'is.primary': [logical]  if the cursor should be the primary cursor
          color.

'direction': ['GtkTextDirection']  whether the cursor is left-to-right
          or right-to-left. Should never be 'GTK_TEXT_DIR_NONE'

'draw.arrow': [logical] 'TRUE' to draw a directional arrow on the
          cursor. Should be 'FALSE' unless the cursor is split.

_D_e_t_a_i_l_s:

     Since  2.4

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

