Lines 725-731
Link Here
|
725 |
|
725 |
|
726 |
SvLBox::SvLBox( Window* pParent, WinBits nWinStyle ) : |
726 |
SvLBox::SvLBox( Window* pParent, WinBits nWinStyle ) : |
727 |
Control( pParent, nWinStyle | WB_CLIPCHILDREN ), |
727 |
Control( pParent, nWinStyle | WB_CLIPCHILDREN ), |
728 |
DropTargetHelper( this ), DragSourceHelper( this ) |
728 |
DropTargetHelper( this ), DragSourceHelper( this ), |
|
|
729 |
eSelMode(NO_SELECTION) |
729 |
{ |
730 |
{ |
730 |
DBG_CTOR(SvLBox,0); |
731 |
DBG_CTOR(SvLBox,0); |
731 |
nWindowStyle = nWinStyle; |
732 |
nWindowStyle = nWinStyle; |
Lines 748-754
Link Here
|
748 |
|
749 |
|
749 |
SvLBox::SvLBox( Window* pParent, const ResId& rResId ) : |
750 |
SvLBox::SvLBox( Window* pParent, const ResId& rResId ) : |
750 |
Control( pParent, rResId ), |
751 |
Control( pParent, rResId ), |
751 |
DropTargetHelper( this ), DragSourceHelper( this ) |
752 |
DropTargetHelper( this ), DragSourceHelper( this ), |
|
|
753 |
eSelMode(NO_SELECTION) |
752 |
{ |
754 |
{ |
753 |
DBG_CTOR(SvLBox,0); |
755 |
DBG_CTOR(SvLBox,0); |
754 |
pTargetEntry = 0; |
756 |
pTargetEntry = 0; |