gtkTextIterEndsTag           package:RGtk2           R Documentation

_g_t_k_T_e_x_t_I_t_e_r_E_n_d_s_T_a_g

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

     Returns 'TRUE' if 'tag' is toggled off at exactly this point. If
     'tag' is 'NULL', returns 'TRUE' if any tag is toggled off at this
     point. Note that the 'gtkTextIterEndsTag' returns 'TRUE' if 'iter'
     is the _end_ of the tagged range; 'gtkTextIterHasTag' tells you
     whether an iterator is _within_ a tagged range.

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

     gtkTextIterEndsTag(object, tag = NULL)

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

'object': ['GtkTextIter']  an iterator

   'tag': ['GtkTextTag']  a 'GtkTextTag', or 'NULL'

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

     [logical]  whether 'iter' is the end of a range tagged with 'tag'

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

     Derived by RGtkGen from GTK+ documentation

