gtkAcceleratorValid          package:RGtk2          R Documentation

_g_t_k_A_c_c_e_l_e_r_a_t_o_r_V_a_l_i_d

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

     Determines whether a given keyval and modifier mask constitute a
     valid keyboard accelerator. For example, the 'GDK_a' keyval plus
     'GDK_CONTROL_MASK' is valid - this is a "Ctrl+a" accelerator. But,
     you can't, for instance, use the 'GDK_Control_L' keyval as an
     accelerator.

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

     gtkAcceleratorValid(keyval, modifiers)

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

'keyval': [numeric]     a GDK keyval

'modifiers': ['GdkModifierType']  modifier mask

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

     [logical] 'TRUE' if the accelerator is valid

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

     Derived by RGtkGen from GTK+ documentation

