Searched refs:TRACE_DND (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddnd.cpp44 // wxLog::AddTraceMask(TRACE_DND) to enable the trace messages from here
46 static const wxChar *TRACE_DND = _T("dnd"); variable
338 wxLogTrace(TRACE_DND, wxT( "Drop target: OnDrop returned FALSE") );
350 wxLogTrace(TRACE_DND, wxT( "Drop target: OnDrop returned true") );
420 wxLogTrace(TRACE_DND, wxT( "Drop target: data received event") );
432 wxLogTrace(TRACE_DND, wxT( "Drop target: OnData returned true") );
441 wxLogTrace(TRACE_DND, wxT( "Drop target: OnData returned FALSE") );
517 wxLogTrace(TRACE_DND, wxT("Drop target: drag has format: %s"),
615 wxLogTrace(TRACE_DND, wxT("Drop source: format requested: %s"),
626 wxLogTrace(TRACE_DND, wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddnd.cpp57 // wxLog::AddTraceMask(TRACE_DND) to enable the trace messages from here
59 #define TRACE_DND _T("dnd") macro
349 wxLogTrace(TRACE_DND, wxT( "Drop target: OnDrop returned FALSE") );
359 wxLogTrace(TRACE_DND, wxT( "Drop target: OnDrop returned TRUE") );
427 wxLogTrace(TRACE_DND, wxT( "Drop target: data received event") );
437 wxLogTrace(TRACE_DND, wxT( "Drop target: OnData returned TRUE") );
444 wxLogTrace(TRACE_DND, wxT( "Drop target: OnData returned FALSE") );
519 wxLogTrace(TRACE_DND, wxT("Drop target: drag has format: %s"),
619 wxLogTrace(TRACE_DND, wxT("Drop source: format requested: %s"),
628 wxLogTrace(TRACE_DND, wx
[all...]

Completed in 97 milliseconds