gtkRecentActionSetShowNumbers     package:RGtk2     R Documentation

_g_t_k_R_e_c_e_n_t_A_c_t_i_o_n_S_e_t_S_h_o_w_N_u_m_b_e_r_s

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

     Sets whether a number should be added to the items shown by the
     widgets representing 'action'. The numbers are shown to provide a
     unique character for a mnemonic to be used inside the menu item's
     label. Only the first ten items get a number to avoid clashes.

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

     gtkRecentActionSetShowNumbers(object, show.numbers)

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

'object': ['GtkRecentAction']  a 'GtkRecentAction'

'show.numbers': [logical] 'TRUE' if the shown items should be numbered

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

     Since  2.12

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

     Derived by RGtkGen from GTK+ documentation

