Searched refs:OnDropFiles (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfildrptg.tex32 appropriately for files, and calls \helpref{wxFileDropTarget::OnDropFiles}{wxfiledroptargetondropfiles}.
34 \membersection{wxFileDropTarget::OnDropFiles}\label{wxfiledroptargetondropfiles}
36 \func{virtual bool}{OnDropFiles}{\param{wxCoord }{x}, \param{wxCoord }{y}, \param{const wxArrayString\& }{filenames}}
H A Dtdnd.tex71 or OnDropFiles() method.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddnd.cpp75 bool wxFileDropTarget::OnDropFiles( long x, long y, size_t nFiles, const char * const aszFiles[] ) function in class:wxFileDropTarget
107 bool ret = OnDropFiles( x, y, 1, files );
H A Dtextctrl.cpp65 EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
530 void wxTextCtrl::OnDropFiles(wxDropFilesEvent& event) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddnd.cpp79 bool wxFileDropTarget::OnDropFiles( long x, long y, size_t nFiles, const char * const aszFiles[] ) function in class:wxFileDropTarget
111 bool ret = OnDropFiles( x, y, 1, files );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddnd.h117 virtual bool OnDropFiles( long x, long y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddnd.h117 virtual bool OnDropFiles( long x, long y,
H A Dtextctrl.h95 void OnDropFiles(wxDropFilesEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddnd.h256 virtual bool OnDropFiles(wxCoord x, wxCoord y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtextctrl.h125 void OnDropFiles( wxDropFilesEvent &event );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtextctrl.h112 void OnDropFiles( wxDropFilesEvent &event );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtextctrl.h134 void OnDropFiles(wxDropFilesEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtextctrl.h148 void OnDropFiles(wxDropFilesEvent& rEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtextctrl.cpp164 EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
462 void wxTextCtrl::OnDropFiles(wxDropFilesEvent& event) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtextctrl.h146 void OnDropFiles(wxDropFilesEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtextctrl.h174 void OnDropFiles(wxDropFilesEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtextctrlce.h146 void OnDropFiles(wxDropFilesEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtextctrl.h150 void OnDropFiles(wxDropFilesEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddobjcmn.cpp512 return OnDropFiles( x, y, dobj->GetFilenames() ) ? def : wxDragNone;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtextctrl.cpp62 EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
992 void wxTextCtrl::OnDropFiles( function in class:wxTextCtrl
1001 } // end of wxTextCtrl::OnDropFiles
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtextctrl.cpp646 EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
1557 void wxTextCtrl::OnDropFiles(wxDropFilesEvent& event) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp242 EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
1839 void wxTextCtrl::OnDropFiles(wxDropFilesEvent& event) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp62 virtual bool OnDropFiles(wxCoord x, wxCoord y,
1505 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) function in class:DnDFile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtextctrl.cpp536 void wxTextCtrl::OnDropFiles( wxDropFilesEvent &WXUNUSED(event) )
540 wxFAIL_MSG( wxT("wxTextCtrl::OnDropFiles not implemented") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h624 void OnDropFiles(wxDropFilesEvent& event);

Completed in 308 milliseconds

12