gtkAccelMapForeachUnfiltered      package:RGtk2      R Documentation

_g_t_k_A_c_c_e_l_M_a_p_F_o_r_e_a_c_h_U_n_f_i_l_t_e_r_e_d

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

     Loops over all entries in the accelerator map, and execute
     'foreach.func' on each. The signature of 'foreach.func' is that of
     'GtkAccelMapForeach', the 'changed' parameter indicates whether
     this accelerator was changed during runtime (thus, would need
     saving during an accelerator map dump).

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

     gtkAccelMapForeachUnfiltered(data = NULL, foreach.func)

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

  'data': [R object]          data to be passed into 'foreach.func'

'foreach.func': ['GtkAccelMapForeach']  function to be executed for
          each accel map entry

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

     Derived by RGtkGen from GTK+ documentation

