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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmdi.cpp43 static const wxChar *TRACE_MDI = _T("mdi"); variable
182 wxLogTrace(TRACE_MDI, wxT("MDI PARENT=%p MacActivate(0x%08lx,%s)"), this, timestamp, activating ? wxT("ACTIV") : wxT("deact"));
188 wxLogTrace(TRACE_MDI, wxT("child had been scheduled for deactivation, rehighlighting"));
192 wxLogTrace(TRACE_MDI, wxT("finished highliting child"));
198 wxLogTrace(TRACE_MDI, wxT("Avoided deactivation/activation of this=%p"), this);
224 wxLogTrace(TRACE_MDI, wxT("window=%p SHOULD have been deactivated, oh well!"), s_macDeactivateWindow);
225 wxLogTrace(TRACE_MDI, wxT("Scheduling delayed MDI Parent deactivation"));
384 wxLogTrace(TRACE_MDI, wxT("MDI child=%p MacActivate(0x%08lx,%s)"),this, timestamp, activating ? wxT("ACTIV") : wxT("deact"));
393 wxLogTrace(TRACE_MDI, wxT("parent had been scheduled for deactivation, rehighlighting"));
397 wxLogTrace(TRACE_MDI, wx
[all...]

Completed in 58 milliseconds