The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

/*------------------------------------------------------------*/
/* filename - slstview.cpp */
/* */
/* Registeration object for the class TListViewer */
/*------------------------------------------------------------*/
/*
* Turbo Vision - Version 2.0
*
* Copyright (c) 1994 by Borland International
* All Rights Reserved.
*
*/
#if !defined(NO_STREAMABLE)
#define Uses_TListViewer
#define Uses_TStreamableClass
#include <tvision/tv.h>
__link( RView )
__link( RScrollBar )
TStreamableClass RListViewer( TListViewer::name,
TListViewer::build,
__DELTA(TListViewer)
);
#endif