RGtk2 (version 2.20.31)

gtkAccelMapForeach: gtkAccelMapForeach

Description

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).

Usage

gtkAccelMapForeach(data = NULL, foreach.func)

Arguments

data
data to be passed into foreach.func
foreach.func
function to be executed for each accel map entry which is not filtered out