atkEditableTextSetRunAttributes    package:RGtk2    R Documentation

_a_t_k_E_d_i_t_a_b_l_e_T_e_x_t_S_e_t_R_u_n_A_t_t_r_i_b_u_t_e_s

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

     Sets the attributes for a specified range. See the ATK_ATTRIBUTE
     functions (such as 'ATK_ATTRIBUTE_LEFT_MARGIN') for examples of
     attributes  that can be set. Note that other attributes that do
     not have corresponding ATK_ATTRIBUTE functions may also be set for
     certain text widgets.

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

     atkEditableTextSetRunAttributes(object, attrib.set, start.offset, end.offset)

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

'object': ['AtkEditableText']  an 'AtkEditableText'

'attrib.set': ['AtkAttributeSet']  an 'AtkAttributeSet'

'start.offset': [integer]  start of range in which to set attributes

'end.offset': [integer]  end of range in which to set attributes

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

     [logical] 'TRUE' if attributes successfully set for the specified
     range, otherwise 'FALSE'

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

     Derived by RGtkGen from GTK+ documentation

