\begin{minipage}[t]{8in}
\begin{tabular}{ll}
 & (make $<$graph-view$>$  :graph \graph :xpixels \xpixels :ypixels \ypixels :layout \layout) 
\end{tabular}\\
  
	
 \parbox[b]{2in} \ \ 
\begin{minipage}[t]{4in}Create and return a toplevel window containing a view of graph.
	 The keyword arguments are optional, where \graph is a $<$graph*$>$
	 object, \xpixels and \ypixels are integer values, and \layout
	 is a symbol naming the layout algorithm.  At this time, the
	 layouts available are: 'circular, 'random, 'spring, and 'bipartite.
	 A copy of \graph is made and retained in the $<$graph-view$>$ object.\end{minipage}
\end{minipage}
\vspace{0.2in}

