gtkTextIterCanInsert          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_I_t_e_r_C_a_n_I_n_s_e_r_t

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

     Considering the default editability of the buffer, and tags that
     affect editability, determines whether text inserted at 'iter'
     would be editable. If text inserted at 'iter' would be editable
     then the user should be allowed to insert text at 'iter'.
     'gtkTextBufferInsertInteractive' uses this function to decide
     whether insertions are allowed at a given position.

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

     gtkTextIterCanInsert(object, default.editability)

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

'object': ['GtkTextIter']  an iterator

'default.editability': [logical] 'TRUE' if text is editable by default

_V_a_l_u_e:

     [logical]  whether text inserted at 'iter' would be editable

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

     Derived by RGtkGen from GTK+ documentation

