Function SetWindowSizeT

Top 

 

Declaration:

void SetWindowSizeT(unsigned long handle, int w, int h);

Description

Sets up the new size for the specified window in text units. Since almost all windows of ChipProg use the pseudotext mode, it can be useful to specify the window size only in terms of text.

The handle parameter is the window identifier produced by the call of the OpenWindow, and FindWindow functions. w is the number of text characters in the line; h is the number of lines in the window.