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  <[EMAIL PROTECTED]>

Día del Software Libre, Curicó      http://curico.diadelsoftwarelibre.cl

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to