gtkAccelMapForeach           package:RGtk2           R Documentation

_g_t_k_A_c_c_e_l_M_a_p_F_o_r_e_a_c_h

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

     Loops over the entries in the accelerator map whose accel path 
     doesn't match any of the filters added with
     'gtkAccelMapAddFilter',  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:

     gtkAccelMapForeach(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 which is not filtered out

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

     Derived by RGtkGen from GTK+ documentation

