gtkTextBufferGetSelectionBounds    package:RGtk2    R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_G_e_t_S_e_l_e_c_t_i_o_n_B_o_u_n_d_s

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

     Returns 'TRUE' if some text is selected; places the bounds of the
     selection in 'start' and 'end' (if the selection has length 0,
     then 'start' and 'end' are filled in with the same value). 'start'
     and 'end' will be in ascending order. If 'start' and 'end' are
     NULL, then they are not filled in, but the return value still
     indicates whether text is selected.

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

     gtkTextBufferGetSelectionBounds(object)

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

'object': ['GtkTextBuffer']  a 'GtkTextBuffer' a 'GtkTextBuffer'

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

     A list containing the following elements: 

  retval: [logical]  whether the selection has nonzero length

 'start': ['GtkTextIter']  iterator to initialize with selection start

   'end': ['GtkTextIter']  iterator to initialize with selection end

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

     Derived by RGtkGen from GTK+ documentation

