DrawPause
Waits n seconds or until user input, depending on input to DrawSetPause().
Synopsis
#include "petscdraw.h"
int DrawPause(Draw draw)
Collective operation on Draw object.
Input Parameter
draw -the drawing context
See Also
DrawSetPause(), DrawGetPause()
Level:beginner
Location:src/sys/src/draw/interface/dpause.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/vec/examples/tutorials/ex3.c
src/vec/examples/tutorials/ex3f.F