in reply to Using an image in Wx::Grid
You're missing a minimum version requirement, something likeUndefined subroutine &MyFrame::EVT_GRID_CMD_CELL_LEFT_CLICK called at +...
I notice the image name is check_mark.png, are you sure you're not looking for wxGridCellBoolEditor/wxGridCellBoolRenderer (like in wxperl_demo)?use Wx 0.77;
|
|---|