home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
desqview
/
dvglue10.arc
/
TVWSIZE.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-08-10
|
960b
|
26 lines
/*================================================*/
/* TVWSIZE.C */
/* */
/* (c) Copyright 1988 Ralf Brown */
/* All Rights Reserved */
/* May be freely copied for noncommercial use as */
/* long as this copyright notice is kept intact */
/* and any changes are indicated in the comment */
/* blocks for the functions */
/*================================================*/
#include "tvapi.h"
/*================================================*/
/* TVwin_size get total # of chars in window */
/* Ralf Brown 4/3/88 */
/* Ralf Brown 7/14/88 modified for TVsendmsg1 */
/*================================================*/
int pascal TVwin_size(OBJECT win)
{
return (int) TVsendmsg1(SIZE_MSG, win?TOS:ME, win) ;
}
/* End of TVWSIZE.C */