Add a test of catching wxEVT_CONTEXT_MENU to the grid sample

Verify that these events are seen as coming from the grid itself after
the changes of the previous commit.
This commit is contained in:
Vadim Zeitlin
2020-01-07 16:52:04 +01:00
parent 52416931a4
commit 9ec0511924
2 changed files with 21 additions and 0 deletions

View File

@@ -122,6 +122,8 @@ class GridFrame : public wxFrame
void OnGridCustomTab(wxGridEvent& event);
void OnGridContextMenu(wxContextMenuEvent& event);
public:
GridFrame();
~GridFrame();