gtkAcceleratorName           package:RGtk2           R Documentation

_g_t_k_A_c_c_e_l_e_r_a_t_o_r_N_a_m_e

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

     Converts an accelerator keyval and modifier mask into a string
     parseable by 'gtkAcceleratorParse'. For example, if you pass in
     'GDK_q' and 'GDK_CONTROL_MASK', this function returns
     "<Control>q".

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

     gtkAcceleratorName(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:

     If you need to display accelerators in the user interface, see
     'gtkAcceleratorGetLabel'.

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

     [character]  a newly-allocated accelerator name

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

     Derived by RGtkGen from GTK+ documentation

