[Vala] signal row-activated
- From: Arley Consuegra Rosello <aconsuegra uci cu>
- To: vala-list gnome org
- Subject: [Vala] signal row-activated
- Date: Tue, 23 Feb 2010 11:18:54 -0500
Hello, I'm testing the GtkTreeView but the signal row-activated don't
want work, the program says "segmentation fails"
below the code of the fuction that must be called by the signal
row-activated
_datosRepo is a TreeStore
.
.
.
[CCode (instance_pos = -1)]
protected void desplegar_arbol(TreePath ruta, TreeViewColumn columna){
TreeIter iterador;
if(this._datosRepo.get_iter(out iterador,ruta))
stdout.printf("selecionado\n");
}
.
.
.
pd: Spanish user
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]