DrawSetDoubleBuffer
Sets a window to be double buffered.
Synopsis
#include "petscdraw.h"
int DrawSetDoubleBuffer(Draw draw)
Collective on Draw
Input Parameter
draw -the drawing context
Level:intermediate
Location:src/sys/src/draw/interface/dbuff.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex2.c
src/ts/examples/tutorials/ex3.c
src/ts/examples/tutorials/ex4.c
src/ts/examples/tutorials/ex5.c
src/ts/examples/tutorials/ex2f.F