NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
3 \page undir_graphs Undirected graph structures
5 The primary data structures of LEMON are the graph classes.