Re: Cell Renderer Question
- From: "Andrew E. Makeev" <andrew solvo ru>
- To: Bob Caryl <bob fis-cal com>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Cell Renderer Question
- Date: Tue, 16 Aug 2005 10:17:10 +0400
Bob Caryl wrote:
Hello all,
I have a Gtk::TreeView and there are several editable cells. Is there
any way to force editing to begin in a given column cell of the
currently selected row? I've been checking the docs, and I don't seem
to be able to find a way to do this. I sure hope I'm not looking with
my email client again.
1st - Determine path of the selected row (row_path), then call this
function:
Gtk::TreeView::set_cursor( Gtk::TreePath row_path, Gtk::TreeViewColumn*
focus_column, bool start_editing )
Guees, that's clear ;)
Regards,
-andrew
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]