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.
AcceleratorTable
represents a C++wxAcceleratorTable
class 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++
wxAcceleratorTable
class’s documentation for more details.
Aliased Type§
pub struct AcceleratorTable(/* private fields */);