gtkLabelSetMnemonicWidget       package:RGtk2       R Documentation

_g_t_k_L_a_b_e_l_S_e_t_M_n_e_m_o_n_i_c_W_i_d_g_e_t

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

     If the label has been set so that it has an mnemonic key (using
     i.e. 'gtkLabelSetMarkupWithMnemonic',
     'gtkLabelSetTextWithMnemonic', 'gtkLabelNewWithMnemonic' or the
     "use_underline" property) the label can be associated with a
     widget that is the target of the mnemonic. When the label is
     inside a widget (like a 'GtkButton' or a 'GtkNotebook' tab) it is
     automatically associated with the correct widget, but sometimes
     (i.e. when the target is a 'GtkEntry' next to the label) you need
     to set it explicitly using this function.

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

     gtkLabelSetMnemonicWidget(object, widget)

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

'object': ['GtkLabel']  a 'GtkLabel'

'widget': ['GtkWidget']  the target 'GtkWidget' 

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

     The target widget will be accelerated by emitting the 
     GtkWidget::mnemonic-activate signal on it. The default handler for
      this signal will activate the widget if there are no mnemonic
     collisions  and toggle focus between the colliding widgets
     otherwise.

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

     Derived by RGtkGen from GTK+ documentation

