pangoLayoutSetEllipsize        package:RGtk2        R Documentation

_p_a_n_g_o_L_a_y_o_u_t_S_e_t_E_l_l_i_p_s_i_z_e

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

     Sets the type of ellipsization being performed for 'layout'.
     Depending on the ellipsization mode 'ellipsize' text is removed
     from the start, middle, or end of text so they fit within the
     width and height of layout set with 'pangoLayoutSetWidth' and
     'pangoLayoutSetHeight'.

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

     pangoLayoutSetEllipsize(object, ellipsize)

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

'object': ['PangoLayout']  a 'PangoLayout'

'ellipsize': ['PangoEllipsizeMode']  the new ellipsization mode for
          'layout'

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

     If the layout contains characters such as newlines that force it
     to be layed out in multiple paragraphs, then whether each
     paragraph is ellipsized separately or the entire layout is
     ellipsized as a whole depends on the set height of the layout. See
     'pangoLayoutSetHeight' for details.  

     Since  1.6

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

     Derived by RGtkGen from GTK+ documentation

