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:
@@ -122,6 +122,8 @@ class GridFrame : public wxFrame
|
||||
|
||||
void OnGridCustomTab(wxGridEvent& event);
|
||||
|
||||
void OnGridContextMenu(wxContextMenuEvent& event);
|
||||
|
||||
public:
|
||||
GridFrame();
|
||||
~GridFrame();
|
||||
|
Reference in New Issue
Block a user