// looks quite ugly.
#define wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE 0
-// from msw/window.cpp
-extern bool wxIsShiftDown();
-extern bool wxIsCtrlDown();
-
// ----------------------------------------------------------------------------
// private functions
// ----------------------------------------------------------------------------
case WM_LBUTTONDOWN:
if ( htItem && isMultiple )
{
-<<<<<<< treectrl.cpp
- int x = GET_X_LPARAM(lParam),
- y = GET_Y_LPARAM(lParam);
-
- m_dragImage->Move(wxPoint(x, y));
-
- HTREEITEM htiTarget = GetItemFromPoint(GetHwnd(), x, y);
- if ( htiTarget )
-=======
if ( wParam & MK_CONTROL )
{
SetFocus();
case WM_MOUSEMOVE:
if ( m_dragImage )
{
- m_dragImage->Move(wxPoint(x, y), this);
+ m_dragImage->Move(wxPoint(x, y));
if ( htItem )
{
// highlight the item as target (hiding drag image is