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:
parent
24a56b4a2d
commit
f98bc1f192
@ -2344,6 +2344,12 @@ void TSheet_field::select(int r, bool scrollto)
|
|||||||
s->select(r, 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)
|
bool TSheet_field::on_key(KEY k)
|
||||||
{
|
{
|
||||||
if (k == K_TAB && items() > 0)
|
if (k == K_TAB && items() > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user