gtkTextIterGetToggledTags       package:RGtk2       R Documentation

_g_t_k_T_e_x_t_I_t_e_r_G_e_t_T_o_g_g_l_e_d_T_a_g_s

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

     Returns a list of 'GtkTextTag' that are toggled on or off at this
     point.  (If 'toggled.on' is 'TRUE', the list contains tags that
     are toggled on.) If a tag is toggled on at 'iter', then some
     non-empty range of characters following 'iter' has that tag
     applied to it.  If a tag is toggled off, then some non-empty range
     following 'iter' does _not_ have the tag applied to it.

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

     gtkTextIterGetToggledTags(object, toggled.on)

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

'object': ['GtkTextIter']  an iterator

'toggled.on': [logical] 'TRUE' to get toggled-on tags

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

     [list]  tags toggled at this point

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

     Derived by RGtkGen from GTK+ documentation

