Gtk.Accel.MapForeach Method
Loops over the entries in the accelerator.

Syntax

public static void MapForeach (IntPtr data, AccelMapForeach foreach_func)

Parameters

data
The IntPtr data to be passed into foreach_func.
foreach_func
A Gtk.AccelMapForeach function to be executed for each accel map entry which is not filtered out.

Remarks

Loops over the entries in the accelerator whose accel path doesn't match any of the filters added with Accel.MapAddFilter(), and exectutes foreach_fun on each.

The signature of foreach_func is that of Gtk.AccelMapForeach, the changed parameter indicates wheather this accelerator was changed during runtime (thus, would need saving during an accelerator map dump).

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)