[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Row number in TreeView
- From: Claudio Saavedra <csaavedra alumnos utalca cl>
- To: Lukasz Gromotowicz <gromot gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Row number in TreeView
- Date: Fri, 21 Sep 2007 18:40:07 -0400
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�del Software Libre, Curic� http://curico.diadelsoftwarelibre.cl
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]