wex v24.10.0
|
Offers accelerators for a window. More...
#include <wex/del/accelerators.h>
Public Member Functions | |
accelerators (const std::vector< wxAcceleratorEntry > &v, bool debug=false) | |
Constructor. | |
~accelerators () | |
Destructor, deletes the entries. | |
void | set (wxWindow *parent) |
Sets the accelerator entries for the specified window. | |
auto | size () const |
Returns number of accelerators. | |
Offers accelerators for a window.
wex::accelerators::accelerators | ( | const std::vector< wxAcceleratorEntry > & | v, |
bool | debug = false ) |
Constructor.
v | vector with accelerator entries |
debug | add debug menu accelerators |