DrawSetPause

Sets the amount of time that program pauses after a DrawPause() is called.

Synopsis

int DrawSetPause(Draw draw,int pause)
Collective on Draw

Input Parameters

draw - the drawing object
pause - number of seconds to pause, -1 implies until user input

Note

By default the pause time is zero unless the -draw_pause option is givenduring DrawOpenX().

Keywords

draw, set, pause

See Also

DrawGetPause(), DrawPause()

Location: src/draw/interface/dsetpause.c
Graphics (Draw) Index
Table of Contents