gtkTextIterSetLineOffset        package:RGtk2        R Documentation

_g_t_k_T_e_x_t_I_t_e_r_S_e_t_L_i_n_e_O_f_f_s_e_t

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

     Moves 'iter' within a line, to a new _character_ (not byte)
     offset. The given character offset must be less than or equal to
     the number of characters in the line; if equal, 'iter' moves to
     the start of the next line. See 'gtkTextIterSetLineIndex' if you
     have a byte index rather than a character offset.

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

     gtkTextIterSetLineOffset(object, char.on.line)

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

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

'char.on.line': [integer]  a character offset relative to the start of
          'iter''s current line

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

     Derived by RGtkGen from GTK+ documentation

