pub type AcceleratorTable = AcceleratorTableIsOwned<true>;Expand description
An accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands.
AcceleratorTablerepresents a C++wxAcceleratorTableclass instance which your code has ownership,AcceleratorTableIsOwned<false>represents one which don’t own.- Use
AcceleratorTable’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxAcceleratorTableclass’s documentation for more details.
Aliased Type§
pub struct AcceleratorTable(/* private fields */);