#92458# BasicIDE: change 3d image buttons in toolboxes to 2d image buttons

This commit is contained in:
Thomas Benisch
2001-09-26 11:33:39 +00:00
parent 330d7ac344
commit 9851434f4d

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: objdlg.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: tbe $ $Date: 2001-09-06 09:17:41 $
* last change: $Author: tbe $ $Date: 2001-09-26 12:33:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,10 +166,10 @@ ObjectCatalog::ObjectCatalog( Window * pParent )
// aOptionButton.SetClickHdl( LINK( this, ObjectCatalog, ButtonHdl ) );
// aLittleHelp.SetClickHdl( LINK( this, ObjectCatalog, ButtonHdl ) );
aToolBox.SetOutStyle( TOOLBOX_STYLE_FLAT );
aToolBox.SetSizePixel( aToolBox.CalcWindowSizePixel() );
aToolBox.SetSelectHdl( LINK( this, ObjectCatalog, ToolBoxHdl ) );
aMacroTreeList.SetWindowBits( WB_HASLINES );
aMacroTreeList.SetSelectHdl( LINK( this, ObjectCatalog, TreeListHighlightHdl ) );
aMacroTreeList.SetDragDropMode( SV_DRAGDROP_CTRL_COPY );