Minor changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -542,8 +542,9 @@ public:
|
||||
}
|
||||
|
||||
// override base class (pure) virtuals
|
||||
virtual void OnEnter()
|
||||
{ m_frame->SetStatusText("Mouse entered the frame"); }
|
||||
virtual wxDragResult OnEnter(wxCoord x, wxCoord y, wxDragResult def)
|
||||
{ m_frame->SetStatusText("Mouse entered the frame");
|
||||
return OnDragOver(x, y, def); }
|
||||
virtual void OnLeave()
|
||||
{ m_frame->SetStatusText("Mouse left the frame"); }
|
||||
virtual wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult def)
|
||||
|
Reference in New Issue
Block a user