GraphSetCurrent

Help Contents GUI programming Graphs GraphSetCurrent
GraphCurrent GraphOnChar

GraphSetCurrent agraph


Command to set the Graph agraph as current graph.

Examples:

g=GraphCurrent
g1=(Graph g
	wxFull_Repaint_on_Resize
	[100 100][200 150])
g2=(Graph g
	wxFull_Repaint_on_Resize
	[400 100][200 150])
boundingbox
rbox
GraphSetCurrent g1
tree
GraphSetCurrent []
rboxes

Reference:

GraphCurrent GraphOnChar