multi line cell edition

2011-02-03 Thread Nicolas Soubeiran
Hi all, I need to edit a multi-line cell in a treeview. GtkCellRendererText can display a multi-line text, I need to be able to edit it and/or let the user set a multi line value in the cell. I look at GtkEntry APIs and I found gtk_entry_get_layout* API but I have no idea on how I can use it. Or

Re: multi line cell edition

2011-02-03 Thread Tristan Van Berkom
On Thu, Feb 3, 2011 at 8:54 PM, Nicolas Soubeiran nicolas.soubei...@gmail.com wrote: Hi all, I need to edit a multi-line cell in a treeview. GtkCellRendererText can display a multi-line text, I need to be able to edit it and/or let the user set a multi line value in the cell. I look at