Re:Re: problem about node of treeview

2011-11-02 Thread wang yi feng
thanks very much At 2011-11-02 22:46:42,"Dong Luo" wrote: I assume the "GtkTreePath *path" is the row where double click happened. You can easily determine if it's a top node or not in your callback function, just do nothing if it is. From the on-line reference: "A path is essentially a poten

Re: problem about node of treeview

2011-11-02 Thread Dong Luo
I assume the "GtkTreePath *path" is the row where double click happened. You can easily determine if it's a top node or not in your callback function, just do nothing if it is. From the on-line reference: "A path is essentially a potential node. It is a location on a model that may or may not a

problem about node of treeview

2011-11-02 Thread wang yi feng
Recently,I am working on a configuration for an graphical application,which contains strings ,pixbuf(image).When I add double click function for the node ,it's can work.But the top node in response to "double click" too.How can I set the top node insensitive.See the function "void view_onRowAc