From 2018c0ef83336c2d9b3479b3f74f58b27f894157 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Mon, 17 Nov 2014 15:13:08 +0100 Subject: [PATCH] Print current 2DA --- source/app.d | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/app.d b/source/app.d index 91ce93d..b584422 100644 --- a/source/app.d +++ b/source/app.d @@ -110,7 +110,19 @@ void main(string[] args) window.showAll(); + + + //prints the tree model + TreeIter it = new TreeIter(); + store.getIterFirst(it);//TODO: fail if first is null + do{ + for(int i=0 ; i