gtkAccelMapChangeEntry         package:RGtk2         R Documentation

_g_t_k_A_c_c_e_l_M_a_p_C_h_a_n_g_e_E_n_t_r_y

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

     Changes the 'accel.key' and 'accel.mods' currently associated with
     'accel.path'. Due to conflicts with other accelerators, a change
     may not always be possible, 'replace' indicates whether other
     accelerators may be deleted to resolve such conflicts. A change
     will only occur if all conflicts could be resolved (which might
     not be the case if conflicting accelerators are locked).
     Successful changes are indicated by a 'TRUE' return value.

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

     gtkAccelMapChangeEntry(accel.path, accel.key, accel.mods, replace)

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

'accel.path': [character]   a valid accelerator path

'accel.key': [numeric]    the new accelerator key

'accel.mods': ['GdkModifierType']   the new accelerator modifiers

'replace': [logical] 'TRUE' if other accelerators may be deleted upon
          conflicts

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

     [logical] 'TRUE' if the accelerator could be changed, 'FALSE'
     otherwise

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

     Derived by RGtkGen from GTK+ documentation

