Re: Row number in TreeView



On Mon, 2007-09-17 at 09:29 +0100, Lukasz Gromotowicz wrote:

gint* i = gtk_tree_path_get_indices (path);

I think you should use the appropriate gtkmm API to do that. Something
like

  gint *i = path.get_indices();

or so. 

I only told you about the generic C method, but you should map that to
the binding you are using.

Claudio
-- 
Claudio Saavedra  <csaavedra alumnos utalca cl>

DÃa del Software Libre, Curicà      http://curico.diadelsoftwarelibre.cl




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]