gtkEditableGetPosition         package:RGtk2         R Documentation

_g_t_k_E_d_i_t_a_b_l_e_G_e_t_P_o_s_i_t_i_o_n

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

     Retrieves the current cursor position.

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

     gtkEditableGetPosition(object)

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

'object': ['GtkEditable'] a 'GtkEditable' widget.

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

     [integer] the position of the cursor. The cursor is displayed
     before the character with the given (base 0) index in the widget.
     The value will be less than or equal to the number of characters
     in the widget. Note that this position is in characters, not in
     bytes.

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

     Derived by RGtkGen from GTK+ documentation

