gtkLabelSelectRegion          package:RGtk2          R Documentation

_g_t_k_L_a_b_e_l_S_e_l_e_c_t_R_e_g_i_o_n

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

     Selects a range of characters in the label, if the label is
     selectable. See 'gtkLabelSetSelectable'. If the label is not
     selectable, this function has no effect. If 'start.offset' or
     'end.offset' are -1, then the end of the label will be
     substituted.

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

     gtkLabelSelectRegion(object, start.offset, end.offset)

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

'object': ['GtkLabel']  a 'GtkLabel'

'start.offset': [integer]  start offset (in characters not bytes)

'end.offset': [integer]  end offset (in characters not bytes)

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

     Derived by RGtkGen from GTK+ documentation

