gtkWidgetAddMnemonicLabel       package:RGtk2       R Documentation

_g_t_k_W_i_d_g_e_t_A_d_d_M_n_e_m_o_n_i_c_L_a_b_e_l

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

     Adds a widget to the list of mnemonic labels for this widget. (See
     'gtkWidgetListMnemonicLabels'). Note the list of mnemonic labels
     for the widget is cleared when the widget is destroyed, so the
     caller must make sure to update its internal state at this point
     as well, by using a connection to the 'gtkWidgetDestroy' signal or
     a weak notifier.

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

     gtkWidgetAddMnemonicLabel(object, label)

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

'object': ['GtkWidget']  a 'GtkWidget'

 'label': ['GtkWidget']  a 'GtkWidget' that acts as a mnemonic label
          for 'widget'

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

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

