/*------------------------------------------------------------*/ /* filename - slistbox.cpp */ /* */ /* Registeration object for the class TListBox */ /*------------------------------------------------------------*/ /*------------------------------------------------------------*/ /* */ /* Turbo Vision - Version 1.0 */ /* */ /* */ /* Copyright (c) 1991 by Borland International */ /* All Rights Reserved. */ /* */ /*------------------------------------------------------------*/ #ifndef NO_TV_STREAMS #ifdef __WATCOMC__ #pragma off(unreferenced) #endif #define Uses_TListBox #define Uses_TStreamableClass #include __link( RListViewer ) TStreamableClass RListBox( TListBox::name, TListBox::build, __DELTA(TListBox) ); #endif // ifndef NO_TV_STREAMS