Re: Row number in TreeView

2007-09-15 Thread James Scott Jr
LUK, One way is to create a Selection when you define the treeview, then whenever a double-click selection occurs your callback will be called with its parms point to the row that was selected. the callbacks params will have the current and correct path as input params. review this tutorial for

Re: Row number in TreeView

2007-09-15 Thread Claudio Saavedra
El dom, 16-09-2007 a las 00:32 +0100, Lukasz Gromotowicz escribió: > Hi all, > > I know it is probably something simple, but I am new to the gtk. I have a > TreeView and associated ListStore. I am trying to get the row number after I > double-click on it. I have a "path" which I think I should us

Row number in TreeView

2007-09-15 Thread Lukasz Gromotowicz
Hi all, I know it is probably something simple, but I am new to the gtk. I have a TreeView and associated ListStore. I am trying to get the row number after I double-click on it. I have a "path" which I think I should use, but I do not know how. Could anybody help me please? Best regards, LUK __