Re: using TreeView::set_cursor in a function connected to CellRendererText::signal_edited

2013-08-02 Thread Andrew E. Makeev
I just would to say that I am using auto-start editing cells in my app with gtk2+ v2.10/v2.12. And my callbacks are connected at CellRenderer::signal_edited() and Widget::signal_focus_out_event() for cell widget. The difference is that I am not calling TreeView::set_cursor from signal handler

Re: using TreeView::set_cursor in a function connected to CellRendererText::signal_edited

2013-08-01 Thread Jonas Platte
I filed a bug report a while ago and no one seems to respond to it. Is this normal? Should I increase the importance? The report is here: https://bugzilla.gnome.org/show_bug.cgi?id=704698 Am 17.07.2013 15:32, schrieb Kjell Ahlstedt: 2013-07-03 07:59, Kjell Ahlstedt skrev: 2013-06-30 20:40,

Re: using TreeView::set_cursor in a function connected to CellRendererText::signal_edited

2013-08-01 Thread Kjell Ahlstedt
Yes, it's normal that no one responds to a bug report within 10 days. The response time varies enormously. Some bugs get a response within hours and a fix within a few days, others get no reaction for years. Remember that most work here is done by volunteers. We pick the piece of work that we

Re: using TreeView::set_cursor in a function connected to CellRendererText::signal_edited

2013-08-01 Thread Jonas Platte
Okay I just wanted to make sure because my former bug reports got responses very quickly. And you're absolutely right about how much great work all contributors do. I hope to some day I'll contribute code too :) Am 01.08.2013 20:37, schrieb Kjell Ahlstedt: Yes, it's normal that no one

Re: using TreeView::set_cursor in a function connected to CellRendererText::signal_edited

2013-07-17 Thread Kjell Ahlstedt
2013-07-03 07:59, Kjell Ahlstedt skrev: 2013-06-30 20:40, Jonas Platte skrev: Hello, I'm having a little problem with editable cells: I have a validity check for data entered into a editable cell, and if it fails, I want to give the user another try to enter something into that same cell.

Re: using TreeView::set_cursor in a function connected to CellRendererText::signal_edited

2013-07-02 Thread Kjell Ahlstedt
2013-06-30 20:40, Jonas Platte skrev: Hello, I'm having a little problem with editable cells: I have a validity check for data entered into a editable cell, and if it fails, I want to give the user another try to enter something into that same cell. To get the focus to the previously edited