Add wxGridSelectNone selection mode
In this mode the user can't select any cells at all in wxGrid.
This commit is contained in:
committed by
Vadim Zeitlin
parent
a64348f3e4
commit
095d1e317c
@@ -2945,7 +2945,16 @@ public:
|
||||
|
||||
@since 2.9.1
|
||||
*/
|
||||
wxGridSelectRowsOrColumns
|
||||
wxGridSelectRowsOrColumns,
|
||||
|
||||
/**
|
||||
The selection mode allowing no selections to be made at all.
|
||||
|
||||
The user won't be able to select any cells in this mode.
|
||||
|
||||
@since 3.1.5
|
||||
*/
|
||||
wxGridSelectNone
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user