- wxAcceleratorTable(int n, wxAcceleratorEntry entries[]); // Load from array
-
- // Copy constructors
- wxAcceleratorTable(const wxAcceleratorTable& accel) { Ref(accel); }
- wxAcceleratorTable(const wxAcceleratorTable* accel) { if (accel) Ref(*accel); }
-