pangoReorderItems           package:RGtk2           R Documentation

_p_a_n_g_o_R_e_o_r_d_e_r_I_t_e_m_s

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

     From a list of items in logical order and the associated
     directional levels, produce a list in visual order. The original
     list is unmodified.

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

     pangoReorderItems(logical.items)

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

'logical.items': [list]   a 'list' of 'PangoItem' in logical order.

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

     [list]  a 'list' of 'PangoItem' structures in visual order.

     (Please open a bug if you use this function. It is not a
     particularly convenient interface, and the code is duplicated
     elsewhere in Pango for that reason.)

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

     Derived by RGtkGen from GTK+ documentation

