home *** CD-ROM | disk | FTP | other *** search
- /*=======================================================*/
- /* TVFRESET.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown All Rights Reserved */
- /* May be freely copied for noncommercial use, so long */
- /* as this copyright notice remains intact, and any */
- /* changes are marked in the comment blocks preceding */
- /* functions. */
- /*=======================================================*/
-
- #include "tvapi.h"
- #include "tvstream.h"
-
- /*=============================================*/
- /* TVfld_point set pointer to given field pos */
- /* Ralf Brown 6/10/88 */
- /*=============================================*/
-
- void pascal TVfld_reset(OBJECT win)
- {
- static BYTE stream[] = { S_WINDOW(1), WS_FLDRESET } ;
-
- TVwin_stream(win,stream) ;
- }
-
- /* End of TVFRESET.C */
-