git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41478
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int new_layer = wxMax( wxMax( GetMaxLayer(docks, wxAUI_DOCK_BOTTOM),
GetMaxLayer(docks, wxAUI_DOCK_LEFT)),
GetMaxLayer(docks, wxAUI_DOCK_RIGHT)) + 1;
int new_layer = wxMax( wxMax( GetMaxLayer(docks, wxAUI_DOCK_BOTTOM),
GetMaxLayer(docks, wxAUI_DOCK_LEFT)),
GetMaxLayer(docks, wxAUI_DOCK_RIGHT)) + 1;
drop.Dock().Bottom().
Layer(new_layer).
Row(0).
drop.Dock().Bottom().
Layer(new_layer).
Row(0).
{
if (!part || !part->dock)
return false;
{
if (!part || !part->dock)
return false;
// calculate the offset from where the dock begins
// to the point where the user dropped the pane
int dock_drop_offset = 0;
// calculate the offset from where the dock begins
// to the point where the user dropped the pane
int dock_drop_offset = 0;
return ProcessDockResult(target, drop);
}
return ProcessDockResult(target, drop);
}
drop.Position(pt.x - GetDockPixelOffset(drop) - offset.x);
return ProcessDockResult(target, drop);
drop.Position(pt.x - GetDockPixelOffset(drop) - offset.x);
return ProcessDockResult(target, drop);
if (!m_skipping)
{
m_last_rect = part->dock->rect;
if (!m_skipping)
{
m_last_rect = part->dock->rect;
pos = wnd->ClientToScreen( pos );
pt.y = pos.y;
}
pos = wnd->ClientToScreen( pos );
pt.y = pos.y;
}
+#else
+ wxUnusedVar(dir);
#endif
wxPoint client_pt = m_frame->ScreenToClient(pt);
#endif
wxPoint client_pt = m_frame->ScreenToClient(pt);
pos = wnd->ClientToScreen( pos );
pt.y = pos.y;
}
pos = wnd->ClientToScreen( pos );
pt.y = pos.y;
}
+#else
+ wxUnusedVar(dir);
#endif
wxPoint client_pt = m_frame->ScreenToClient(pt);
#endif
wxPoint client_pt = m_frame->ScreenToClient(pt);