gtkTextIterForwardFindChar       package:RGtk2       R Documentation

_g_t_k_T_e_x_t_I_t_e_r_F_o_r_w_a_r_d_F_i_n_d_C_h_a_r

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

     Advances 'iter', calling 'pred' on each character. If 'pred'
     returns 'TRUE', returns 'TRUE' and stops scanning. If 'pred' never
     returns 'TRUE', 'iter' is set to 'limit' if 'limit' is non-'NULL',
     otherwise to the end iterator.

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

     gtkTextIterForwardFindChar(object, pred, user.data = NULL, limit)

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

'object': ['GtkTextIter']  a 'GtkTextIter'

  'pred': ['GtkTextCharPredicate']  a function to be called on each
          character

'user.data': [R object]  user data for 'pred'

 'limit': ['GtkTextIter']  search limit, or 'NULL' for none 

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

     [logical]  whether a match was found

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

     Derived by RGtkGen from GTK+ documentation

