Go to the documentation of this file.
33 #ifndef TTA_KEYBOARD_SHORTCUT_DIALOG_HH
34 #define TTA_KEYBOARD_SHORTCUT_DIALOG_HH
37 #include <wx/statline.h>
51 wxSizer*
createContents(wxWindow* parent,
bool callFit,
bool set_sizer);
wxStaticText * shortcutField_
shortcut text field widget
virtual bool TransferDataToWindow()
wxSizer * createContents(wxWindow *parent, bool callFit, bool set_sizer)
void onCharEvent(wxKeyEvent &event)
virtual ~KeyboardShortcutDialog()
KeyboardShortcut * shortcut_
modified shortcut
KeyboardShortcutDialog(wxWindow *parent, KeyboardShortcut *shortcut)