gtkWidgetListMnemonicLabels      package:RGtk2      R Documentation

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

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

     Returns a newly allocated list of the widgets, normally labels,
     for  which this widget is a the target of a mnemonic (see for
     example,  'gtkLabelSetMnemonicWidget').

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

     gtkWidgetListMnemonicLabels(object)

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

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

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

     The widgets in the list are not individually referenced. If you
     want to iterate through the list and perform actions involving
     callbacks that might destroy the widgets, you _must_ call
     'g_list_foreach (result, (GFunc)g_object_ref, NULL)' first, and
     then unref all the widgets afterwards.  

     Since  2.4

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

     [list] .

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

     Derived by RGtkGen from GTK+ documentation

