Re: TextView row highlighting and focus



A. Pagaltzis wrote:

That's the cursor for the keyboard navigation. Have a look at the
(set|get)_cursor* methods.

Thanks, that's exactly what was needed. I'm now using

    $tree->get_selection->select_iter($iter);
    $tree->set_cursor($model->get_path($iter));

Regards,
Martin




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]