gtkLabelNewWithMnemonic        package:RGtk2        R Documentation

_g_t_k_L_a_b_e_l_N_e_w_W_i_t_h_M_n_e_m_o_n_i_c

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

     Creates a new 'GtkLabel', containing the text in 'str'.

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

     gtkLabelNewWithMnemonic(str = NULL, show = TRUE)

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

   'str': [character]  The text of the label, with an underscore in
          front of the mnemonic character

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

     If characters in 'str' are preceded by an underscore, they are
     underlined. If you need a literal underscore character in a label,
     use '__' (two underscores). The first underlined character
     represents a  keyboard accelerator called a mnemonic. The mnemonic
     key can be used  to activate another widget, chosen automatically,
     or explicitly using 'gtkLabelSetMnemonicWidget'.

     If 'gtkLabelSetMnemonicWidget' is not called, then the first 
     activatable ancestor of the 'GtkLabel' will be chosen as the
     mnemonic  widget. For instance, if the label is inside a button or
     menu item,  the button or menu item will automatically become the
     mnemonic widget  and be activated by the mnemonic.

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

     ['GtkWidget']  the new 'GtkLabel'

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

     Derived by RGtkGen from GTK+ documentation

