Aggiunta set_focus_cell nei TSheet_field

git-svn-id: svn://10.65.10.50/trunk@4304 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1997-04-29 09:51:45 +00:00
parent 24a56b4a2d
commit f98bc1f192

View File

@ -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)