Expose the selected cells to Python

This commit is contained in:
Jose Luis Cercos-Pita
2021-11-12 14:39:30 +01:00
committed by Chris Hennes
parent 1a969368cb
commit 6c63bc3acf
6 changed files with 124 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ PyMOD_INIT_FUNC(SpreadsheetGui)
CreateSpreadsheetCommands();
SpreadsheetGui::ViewProviderSheet::init();
SpreadsheetGui::ViewProviderSheetPython::init();
SpreadsheetGui::Workbench::init();
SpreadsheetGui::SheetView::init();