gtkAcceleratorParse          package:RGtk2          R Documentation

_g_t_k_A_c_c_e_l_e_r_a_t_o_r_P_a_r_s_e

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

     Parses a string representing an accelerator. The format looks like
     "<Control>a" or "<Shift><Alt>F1" or "<Release>z" (the last one is
     for key release). The parser is fairly liberal and allows lower or
     upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>".

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

     gtkAcceleratorParse(accelerator)

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

'accelerator': [character]       string representing an accelerator

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

     If the parse fails, 'accelerator.key' and 'accelerator.mods' will
     be set to 0 (zero).

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

     A list containing the following elements: 

'accelerator.key': [numeric]   return location for accelerator keyval

'accelerator.mods': ['GdkModifierType']  return location for
          accelerator modifier mask

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

     Derived by RGtkGen from GTK+ documentation

