DrawResizeWindow

Allows one to resize a window from a program.

Synopsis

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

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