gtkTextIterBeginsTag          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_I_t_e_r_B_e_g_i_n_s_T_a_g

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

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

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

     gtkTextIterBeginsTag(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 start of a range tagged with
     'tag'

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

     Derived by RGtkGen from GTK+ documentation

