Re: start-editing signal?

2007-09-25 Thread Dave Howorth
Allin Cottrell wrote: > On Mon, 24 Sep 2007, Kristian Rietveld wrote: > >> On Fri, Sep 21, 2007 at 06:05:15PM -0400, Allin Cottrell wrote: >>> My expectation: the unfinished edit will still be in place. >>> >>> Actual behaviour: the "bottles of coke" cell is as it was before I >>> started; my ed

Re: start-editing signal?

2007-09-24 Thread Allin Cottrell
On Mon, 24 Sep 2007, Kristian Rietveld wrote: > On Fri, Sep 21, 2007 at 06:05:15PM -0400, Allin Cottrell wrote: > > My expectation: the unfinished edit will still be in place. > > > > Actual behaviour: the "bottles of coke" cell is as it was before I > > started; my edit-in-progress is gone. >

Re: start-editing signal?

2007-09-24 Thread Kristian Rietveld
On Fri, Sep 21, 2007 at 06:05:15PM -0400, Allin Cottrell wrote: > My expectation: the unfinished edit will still be in place. > > Actual behaviour: the "bottles of coke" cell is as it was before I > started; my edit-in-progress is gone. > > This may not be a bug as such, but I would like to kno

RE: start-editing signal?

2007-09-21 Thread Allin Cottrell
On Fri, 21 Sep 2007, Prewitt, Nathan C ERDC-ITL-MS Contractor wrote: > On my machine, it did not revert back to "bottles of coke". > Depending on where I moved the pointer, it either made the > change to "foo" or it left "foo" and I was still able to edit > the cell. A relevant question o

RE: start-editing signal?

2007-09-21 Thread Allin Cottrell
On Fri, 21 Sep 2007, Prewitt, Nathan C ERDC-ITL-MS Contractor wrote: > On my machine, it did not revert back to "bottles of coke". > Depending on where I moved the pointer, it either made the > change to "foo" or it left "foo" and I was still able to edit > the cell. Interesting. The machine

RE: start-editing signal?

2007-09-21 Thread Prewitt, Nathan C ERDC-ITL-MS Contractor
On my machine, it did not revert back to "bottles of coke". Depending on where I moved the pointer, it either made the change to "foo" or it left "foo" and I was still able to edit the cell. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gn

Re: start-editing signal?

2007-09-21 Thread Allin Cottrell
On Fri, 21 Sep 2007, David Ne?as (Yeti) wrote: > Start with the correct signal name... Yes, sorry about that. But here's a real question about cell editing in a treeview. I can make the point by reference to gtk-demo: 1. Start gtk-demo and select "Editable cells" under "Tree View". Double-cl

Re: start-editing signal?

2007-09-21 Thread Yeti
On Fri, Sep 21, 2007 at 03:11:12PM -0400, Allin Cottrell wrote: > I'm trying to connect a callback to "start-editing" on a cell > renderer, but I must be doing something wrong. My code is > basically > > static void create_cell_renderer (gpointer p) > { > GtkCellRenderer *r; > > r = gtk

Re: start-editing signal?

2007-09-21 Thread Allin Cottrell
On Fri, 21 Sep 2007, Allin Cottrell wrote: > I'm trying to connect a callback to "start-editing" on a cell > renderer, but I must be doing something wrong. Duh, sorry, that should be "editing-started", not "start-editing". Then it works. Allin Cottrell __

start-editing signal?

2007-09-21 Thread Allin Cottrell
I'm trying to connect a callback to "start-editing" on a cell renderer, but I must be doing something wrong. My code is basically static void create_cell_renderer (gpointer p) { GtkCellRenderer *r; r = gtk_cell_renderer_text_new(); g_object_set(r, "ypad", 1, "xali