gtkTextViewMoveVisually        package:RGtk2        R Documentation

_g_t_k_T_e_x_t_V_i_e_w_M_o_v_e_V_i_s_u_a_l_l_y

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

     Move the iterator a given number of characters visually, treating
     it as the strong cursor position. If 'count' is positive, then the
     new strong cursor position will be 'count' positions to the right
     of the old cursor position. If 'count' is negative then the new
     strong cursor position will be 'count' positions to the left of
     the old cursor position.

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

     gtkTextViewMoveVisually(object, iter, count)

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

'object': ['GtkTextView']  a 'GtkTextView'

  'iter': ['GtkTextIter']  a 'GtkTextIter'

 'count': [integer]  number of characters to move (negative moves left,
           positive moves right)

_D_e_t_a_i_l_s:

     In the presence of bi-directional text, the correspondence between
     logical and visual order will depend on the direction of the
     current run, and there may be jumps when the cursor is moved off
     of the end of a run.

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

     [logical] 'TRUE' if 'iter' moved and is not on the end iterator

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

     Derived by RGtkGen from GTK+ documentation

