Searched refs:DragEnter (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dimaglist.h159 static bool DragEnter( wxWindow *lockWindow, const wxPoint& point );
179 // These two functions could possibly be combined into one, since DragEnter is
182 wxImageList::DragEnter(NULL, wxPoint(x, y)); // NULL assumes dragging across whole screen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dimaglist.h180 static bool DragEnter( wxWindow *lockWindow, const wxPoint& point );
200 // These two functions could possibly be combined into one, since DragEnter is
203 wxImageList::DragEnter(NULL, wxPoint(x, y)); // NULL assumes dragging across whole screen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddroptgt.cpp69 STDMETHODIMP DragEnter(LPDATAOBJECT, DWORD, POINTL, LPDWORD);
77 IDataObject *m_pIDataObject; // !NULL between DragEnter and DragLeave/Drop
151 // Name : wxIDropTarget::DragEnter
159 STDMETHODIMP wxIDropTarget::DragEnter(IDataObject *pIDataSource, function in class:wxIDropTarget
164 wxLogTrace(wxTRACE_OleCalls, wxT("IDropTarget::DragEnter"));
294 // that it's the same we've already got in DragEnter

Completed in 128 milliseconds