gtkAcceleratorGetLabel         package:RGtk2         R Documentation

_g_t_k_A_c_c_e_l_e_r_a_t_o_r_G_e_t_L_a_b_e_l

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

     Converts an accelerator keyval and modifier mask into a string 
     which can be used to represent the accelerator to the user.

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

     gtkAcceleratorGetLabel(accelerator.key, accelerator.mods)

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

'accelerator.key': [numeric]   accelerator keyval

'accelerator.mods': ['GdkModifierType']  accelerator modifier mask

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

     Since  2.6

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

     [character]  a newly-allocated string representing the
     accelerator.

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

     Derived by RGtkGen from GTK+ documentation

