Searched refs:wxTextDropTarget (Results 1 - 20 of 20) 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.tex1 \section{\class{wxTextDropTarget}}\label{wxtextdroptarget}
20 \membersection{wxTextDropTarget::wxTextDropTarget}\label{wxtextdroptargetwxtextdroptarget}
22 \func{}{wxTextDropTarget}{\void}
26 \membersection{wxTextDropTarget::OnDrop}\label{wxtextdroptargetondrop}
31 appropriately for text, and calls \helpref{wxTextDropTarget::OnDropText}{wxtextdroptargetondroptext}.
33 \membersection{wxTextDropTarget::OnDropText}\label{wxtextdroptargetondroptext}
H A Dfildrptg.tex17 \helpref{wxDropTarget}{wxdroptarget}, \helpref{wxTextDropTarget}{wxtextdroptarget}
H A Dtdnd.tex7 \helpref{wxTextDropTarget}{wxtextdroptarget},
69 derive from \helpref{wxTextDropTarget}{wxtextdroptarget} or
H A Ddropsrc.tex35 \helpref{wxTextDropTarget}{wxtextdroptarget}, \helpref{wxFileDropTarget}{wxfiledroptarget}
H A Ddroptrgt.tex44 \helpref{wxTextDropTarget}{wxtextdroptarget}, \helpref{wxFileDropTarget}{wxfiledroptarget},
H A Ddataobj.tex137 \helpref{wxTextDropTarget}{wxtextdroptarget},
H A DwxPython.tex445 \item \helpref{wxTextDropTarget}{wxtextdroptarget}
H A Dcategory.tex508 \twocolitem{\helpref{wxTextDropTarget}{wxtextdroptarget}}{Text drop target class}
H A Dtsamples.tex183 \helpref{wxTextDropTarget}{wxtextdroptarget} and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddnd.cpp45 // wxTextDropTarget
48 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) )
54 bool wxTextDropTarget::OnDropText( long x, long y, const char *psz )
61 size_t wxTextDropTarget::GetFormatCount() const
66 wxDataFormat wxTextDropTarget::GetFormat(size_t WXUNUSED(n)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddnd.cpp49 // wxTextDropTarget
52 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) )
58 bool wxTextDropTarget::OnDropText( long x, long y, const char *psz )
65 size_t wxTextDropTarget::GetFormatCount() const
70 wxDataFormat wxTextDropTarget::GetFormat(size_t WXUNUSED(n)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddnd.h29 class WXDLLEXPORT wxTextDropTarget; variable in typeref:class:WXDLLEXPORT
59 // wxTextDropTarget
62 class WXDLLEXPORT wxTextDropTarget: public wxDropTarget class in inherits:wxDropTarget
66 wxTextDropTarget() {}; function in class:wxTextDropTarget
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddnd.h29 class WXDLLEXPORT wxTextDropTarget; variable in typeref:class:WXDLLEXPORT
59 // wxTextDropTarget
62 class WXDLLEXPORT wxTextDropTarget: public wxDropTarget class in inherits:wxDropTarget
66 wxTextDropTarget() {}; function in class:wxTextDropTarget
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddnd.h236 class WXDLLEXPORT wxTextDropTarget : public wxDropTarget class in inherits:wxDropTarget
239 wxTextDropTarget();
246 DECLARE_NO_COPY_CLASS(wxTextDropTarget)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddnd.h29 class WXDLLEXPORT wxTextDropTarget; variable in typeref:class:WXDLLEXPORT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddnd.h29 class WXDLLEXPORT wxTextDropTarget; variable in typeref:class:WXDLLEXPORT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddnd.h29 class WXDLLIMPEXP_CORE wxTextDropTarget; variable in typeref:class:WXDLLIMPEXP_CORE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddobjcmn.cpp476 // wxTextDropTarget
483 wxTextDropTarget::wxTextDropTarget() function in class:wxTextDropTarget
488 wxDragResult wxTextDropTarget::OnData(wxCoord x, wxCoord y, wxDragResult def)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.h70 class wxSTCDropTarget : public wxTextDropTarget {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp46 class DnDText : public wxTextDropTarget

Completed in 214 milliseconds