gtkLabelParseUline           package:RGtk2           R Documentation

_g_t_k_L_a_b_e_l_P_a_r_s_e_U_l_i_n_e

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

     Parses the given string for underscores and converts the next
     character to an underlined character.  The last character that was
     underlined will have its lower-cased accelerator keyval returned 
     (i.e. "_File" would return the keyval for "f".  This is probably
     only used within the GTK+ library itself for menu items and such.
     *WARNING: 'gtk_label_parse_uline' is deprecated and should not be
     used in newly-written code.*

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

     gtkLabelParseUline(object, string)

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

'object': ['GtkLabel'] The 'GtkLabel' you want to affect.

'string': [character] The string you want to parse for underlines.

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

     [numeric] The lowercase keyval of the last character underlined.

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

     Derived by RGtkGen from GTK+ documentation

