gtkTextViewSetCursorVisible      package:RGtk2      R Documentation

_g_t_k_T_e_x_t_V_i_e_w_S_e_t_C_u_r_s_o_r_V_i_s_i_b_l_e

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

     Toggles whether the insertion point is displayed. A buffer with no
     editable text probably shouldn't have a visible cursor, so you may
     want to turn the cursor off.

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

     gtkTextViewSetCursorVisible(object, setting)

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

'object': ['GtkTextView']  a 'GtkTextView'

'setting': [logical]  whether to show the insertion cursor

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

     Derived by RGtkGen from GTK+ documentation

