DrawResizeWindow

Allows one to resize a window from a program.

Synopsis

#include "petscdraw.h" 
int DrawResizeWindow(Draw draw,int w,int h)
Collective on Draw

Input Parameter

draw - the window
w,h - the new width and height of the window

See Also

DrawCheckResizedWindow()

Level:intermediate
Location:
src/sys/src/draw/interface/draw.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sys/src/matlabengine/examples/tutorialsex1.c