ToggleActionEntry.accelerator

string accelerator() @property nothrow

Get accelerator field.

Returns

The accelerator for the action, in the format understood by

gtk.global.acceleratorParse.

void accelerator(string propval) @property nothrow

Set accelerator field.

Parameters

propvalThe accelerator for the action, in the format understood by gtk.global.acceleratorParse.