- accel_path
- Path used to look up the the accelerator.
- accel_group
- A Gtk.AccelGroup.
This removes any accelerators (for any accelerator group) installed by previous calls to Widget.SetAccelPath. Associating accelerators with paths allows them to be modified by the user and the modifications to be saved for future use.
This is a low level method that would most likely be used by a menu creation system like Gtk.ItemFactory. If you use Gtk.ItemFactory, setting up accelerator paths will be done automatically.