From f98bc1f192cbd04c953f3d65af3ff36b8fc041f0 Mon Sep 17 00:00:00 2001 From: augusto Date: Tue, 29 Apr 1997 09:51:45 +0000 Subject: [PATCH] Aggiunta set_focus_cell nei TSheet_field git-svn-id: svn://10.65.10.50/trunk@4304 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/msksheet.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/msksheet.cpp b/include/msksheet.cpp index 9aa8aeace..a0a393fce 100755 --- a/include/msksheet.cpp +++ b/include/msksheet.cpp @@ -2344,6 +2344,12 @@ void TSheet_field::select(int r, bool scrollto) s->select(r, scrollto); } +void TSheet_field::set_focus_cell(int riga, int colonna) +{ + TSpreadsheet* s = (TSpreadsheet*)_ctl; + s->set_focus_cell(riga, colonna); +} + bool TSheet_field::on_key(KEY k) { if (k == K_TAB && items() > 0)