pangoLayoutSetMarkupWithAccel     package:RGtk2     R Documentation

_p_a_n_g_o_L_a_y_o_u_t_S_e_t_M_a_r_k_u_p_W_i_t_h_A_c_c_e_l

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

     Sets the layout text and attribute list from marked-up text (see
     markup format). Replaces the current text and attribute list.

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

     pangoLayoutSetMarkupWithAccel(object, markup, accel.marker)

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

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

'markup': [char]  marked-up text (see markup format)

'accel.marker': [numeric]  marker for accelerators in the text

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

     If 'accel.marker' is nonzero, the given character will mark the
     character following it as an accelerator. For example,
     'accel.marker' might be an ampersand or underscore. All characters
     marked as an accelerator will receive a 'PANGO_UNDERLINE_LOW'
     attribute, and the first character so marked will be returned in
     'accel.char'. Two 'accel.marker' characters following each other
     produce a single literal 'accel.marker' character.

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

     A list containing the following elements: 

'accel.char': [numeric]  return location for first located accelerator,
          or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

