summaryrefslogtreecommitdiff
path: root/rhtvision/stream/slistbox.cc
blob: 249f531f26533894044c08cb99ed32e3edfc56c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef NO_STREAM

#define Uses_TListBox
#define Uses_TStreamableClass
#include <tv.h>
__link( RListViewer )

TStreamableClass CLY_EXPORT RListBox( TListBox::name,
                           TListBox::build,
                           __DELTA(TListBox)
                         );

#endif