DrawCreate

Creates a graphics context.

Synopsis

int DrawCreate(MPI_Comm comm,const char display[],const char title[],int x,int y,int w,int h,Draw *indraw)
Collective on MPI_Comm

Input Parameter

comm -MPI communicator

Output Parameter

draw -location to put the Draw context

Keywords

Draw, create, context

See Also

DrawSetFromOptions(), DrawDestroy(), DrawSetType()

Level:beginner
Location:src/sys/src/draw/interface/drawreg.c
Graphics (Draw) Index
Table of Contents