Searched refs:OnDropText (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtxtdrptg.tex31 appropriately for text, and calls \helpref{wxTextDropTarget::OnDropText}{wxtextdroptargetondroptext}.
33 \membersection{wxTextDropTarget::OnDropText}\label{wxtextdroptargetondroptext}
35 \func{virtual bool}{OnDropText}{\param{wxCoord }{x}, \param{wxCoord }{y}, \param{const wxString\&}{ data}}
H A Dtdnd.tex70 \helpref{wxFileDropTarget}{wxfiledroptarget} and override their OnDropText()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddnd.cpp50 OnDropText( x, y, (const char*)data );
54 bool wxTextDropTarget::OnDropText( long x, long y, const char *psz ) function in class:wxTextDropTarget
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddnd.cpp54 OnDropText( x, y, (const char*)data );
58 bool wxTextDropTarget::OnDropText( long x, long y, const char *psz ) function in class:wxTextDropTarget
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddnd.h68 virtual bool OnDropText( long x, long y, const char *psz );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddnd.h68 virtual bool OnDropText( long x, long y, const char *psz );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.h76 bool OnDropText(wxCoord x, wxCoord y, const wxString& data);
H A DScintillaWX.cpp67 bool wxSTCDropTarget::OnDropText(wxCoord x, wxCoord y, const wxString& data) { function in class:wxSTCDropTarget
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddnd.h235 // override OnDropText() to get something working
241 virtual bool OnDropText(wxCoord x, wxCoord y, const wxString& text) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddobjcmn.cpp494 return OnDropText( x, y, dobj->GetText() ) ? def : wxDragNone;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp51 virtual bool OnDropText(wxCoord x, wxCoord y, const wxString& text);
1498 bool DnDText::OnDropText(wxCoord, wxCoord, const wxString& text) function in class:DnDText

Completed in 145 milliseconds