Home
last modified time | relevance | path

Searched defs:SetGridCursor (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dgrid.h1159 void SetGridCursor(int row, int col) { SetCurrentCell(row, col); } in SetGridCursor() function
1160 void SetGridCursor(const wxGridCellCoords& c) { SetCurrentCell(c); } in SetGridCursor() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dgrid.h1159 void SetGridCursor(int row, int col) { SetCurrentCell(row, col); } in SetGridCursor() function
1160 void SetGridCursor(const wxGridCellCoords& c) { SetCurrentCell(c); } in SetGridCursor() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dgrid.h1777 void SetGridCursor(int row, int col) { SetCurrentCell(row, col); } in SetGridCursor() function
1778 void SetGridCursor(const wxGridCellCoords& c) { SetCurrentCell(c); } in SetGridCursor() function