Rename the grid selection mode flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4942342c3e
commit
ef6c08e5c3
@ -1543,9 +1543,16 @@ public:
|
||||
const wxString& name = wxPyPanelNameStr);
|
||||
|
||||
|
||||
enum wxGridSelectionModes {wxGridSelectCells,
|
||||
wxGridSelectRows,
|
||||
wxGridSelectColumns};
|
||||
enum wxGridSelectionModes {
|
||||
wxGridSelectCells,
|
||||
wxGridSelectRows,
|
||||
wxGridSelectColumns
|
||||
};
|
||||
%pythoncode {
|
||||
SelectCells = wxGridSelectCells
|
||||
SelectRows = wxGridSelectRows
|
||||
SelectColumns = wxGridSelectColumns,
|
||||
}
|
||||
|
||||
bool CreateGrid( int numRows, int numCols,
|
||||
WXGRIDSELECTIONMODES selmode = wxGrid::wxGridSelectCells );
|
||||
|
Loading…
Reference in New Issue
Block a user