no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,15 +72,6 @@ bool wxDropTarget::OnDrop(
|
||||
return FALSE;
|
||||
};
|
||||
|
||||
bool wxDropTarget::OnData(
|
||||
wxCoord x
|
||||
, wxCoord y
|
||||
)
|
||||
{
|
||||
//TODO:
|
||||
return FALSE;
|
||||
};
|
||||
|
||||
wxDragResult wxDropTarget::OnData(
|
||||
wxCoord x
|
||||
, wxCoord y
|
||||
@@ -105,42 +96,6 @@ bool wxDropTarget::IsAcceptable(
|
||||
return FALSE;
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxTextDropTarget
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxTextDropTarget::~wxTextDropTarget()
|
||||
{
|
||||
// TODO:
|
||||
}
|
||||
|
||||
bool wxTextDropTarget::OnData(
|
||||
wxCoord x
|
||||
, wxCoord y
|
||||
)
|
||||
{
|
||||
// TODO:
|
||||
return FALSE;
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxFileDropTarget
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxFileDropTarget::~wxFileDropTarget()
|
||||
{
|
||||
// TODO:
|
||||
}
|
||||
|
||||
bool wxFileDropTarget::OnData(
|
||||
wxCoord x
|
||||
, wxCoord y
|
||||
)
|
||||
{
|
||||
// TODO:
|
||||
return FALSE;
|
||||
};
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
// wxDropSource
|
||||
//-------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user