]> git.llucax.com Git - z.facultad/75.52/treemulator.git/commitdiff
Seteo arbol.
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Mon, 17 Oct 2005 04:53:26 +0000 (04:53 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Mon, 17 Oct 2005 04:53:26 +0000 (04:53 +0000)
nviewer/main.cpp

index fac9cf059c182adc98dc9014955c92a074bf2523..3e424a22ff246aa616723e9c029b182b64f58c89 100644 (file)
@@ -50,6 +50,8 @@ int main (int argc, char *argv[])
        /* Creo la ventana principal */
        Window *screen = new Window ("TreeMulator", 0, 0, 0, 0, true);
        wBTree *wb = new wBTree (screen);
+       wb->SetTree (&tree);
+       wb->ShowNode (0);
 
        screen->Show ();
        wb->Show ();