+ i = lista_lineas_out.begin();
+ while ( i != lista_lineas_out.end() ) {
+ t_line temp = *i;
+ temp.store->get_out_logic_connect_position(w,z);
+ get_window()->draw_line (get_style()->get_black_gc(), temp.logic->get_position_x(),temp.logic->get_position_y(), w,z);
+ i++;
+ }
+