- xmla = new Glade.XML (null, "consultar_afiliado.glade", "consultarAfiliado", null);
- xmla.Autoconnect (this);
- wConsultarAfiliado = (Dialog)xmla.GetWidget ("consultarAfiliado");
- wConsultarAfiliado.SetSizeRequest (450, 250);
- TreeView lista = (TreeView)xmla.GetWidget ("lista");
-
- TreeStore store = new TreeStore (typeof (string), typeof (string));
- lista.Model = store;
-
- lista.AppendColumn ("Codigo", new CellRendererText (), "text", 0);
- lista.AppendColumn ("Nombre", new CellRendererText (), "text", 1);