support for vetoing grid cell editing (patch 469049)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1775,9 +1775,9 @@ protected:
|
||||
bool Redimension( wxGridTableMessage& );
|
||||
|
||||
|
||||
bool SendEvent( const wxEventType, int row, int col, wxMouseEvent& );
|
||||
bool SendEvent( const wxEventType, int row, int col );
|
||||
bool SendEvent( const wxEventType type)
|
||||
int SendEvent( const wxEventType, int row, int col, wxMouseEvent& );
|
||||
int SendEvent( const wxEventType, int row, int col );
|
||||
int SendEvent( const wxEventType type)
|
||||
{
|
||||
return SendEvent(type,
|
||||
m_currentCellCoords.GetRow(),
|
||||
|
Reference in New Issue
Block a user