AccelMap.foreach_

Loops over the entries in the accelerator map whose accel path doesn’t match any of the filters added with AccelMap.addFilter, 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).

class AccelMap
static
void
foreach_

Parameters

data void*

data to be passed into foreach_func

foreachFunc GtkAccelMapForeach

function to be executed for each accel map entry which is not filtered out