33#ifndef UNICODESIDEBAR_H
34#define UNICODESIDEBAR_H
57 void OnMenu(wxCommandEvent &event);
59 void OnPaint(wxPaintEvent &event);
61 void OnSize(wxSizeEvent &event);
71 long m_charRightClickedOn = 0;
72 wxWindow *m_worksheet;
82 : wxCommandEvent(
id) { }
85 : wxCommandEvent(event) {}
93 : wxCommandEvent(
id) { }
96 : wxCommandEvent(event) {}
The configuration storage for the current worksheet.
Definition: Configuration.h:85
A BTextCtrl that allows to input a regex.
Definition: RegexCtrl.h:36
An event that can be issued by UnicodeSidebar and tells the symbols sidebar to add a symbol.
Definition: UnicodeSidebar.h:90