INTEGRATION: CWS vclcleanup02 (1.20.8); FILE MERGED

2003/12/05 16:13:56 mt 1.20.8.2: RESYNC: (1.20-1.21); FILE MERGED
2003/12/04 16:18:02 mt 1.20.8.1: #i23061# Removed/Changed old StarView stuff
This commit is contained in:
Vladimir Glazounov 2004-01-06 16:13:24 +00:00
parent 253f727f9e
commit 858f37596b

View file

@ -2,9 +2,9 @@
*
* $RCSfile: bastypes.cxx,v $
*
* $Revision: 1.21 $
* $Revision: 1.22 $
*
* last change: $Author: rt $ $Date: 2003-12-01 15:52:24 $
* last change: $Author: vg $ $Date: 2004-01-06 17:13:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -447,7 +447,7 @@ USHORT __EXPORT IDEBaseWindow::GetSearchOptions()
BasicDockingWindow::BasicDockingWindow( Window* pParent ) :
DockingWindow( pParent, WB_BORDER | WB_3DLOOK | WB_DOCKABLE | WB_MOVEABLE |
WB_SIZEABLE /*| WB_HIDEWHENDEACTIVATE*/ | WB_ROLLABLE |
WB_SIZEABLE | WB_ROLLABLE |
WB_DOCKABLE | WB_CLIPCHILDREN )
{
}
@ -615,7 +615,7 @@ struct TabBarDDInfo
BasicIDETabBar::BasicIDETabBar( Window* pParent ) :
TabBar( pParent, WinBits( WB_SVLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) )
TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) )
{
pCurrentLib = NULL;
EnableEditMode( TRUE );