MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetTxDropTarget

Method GetTxDropTarget

DuiLib/Control/UIRichEdit.cpp:1673–1678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671}
1672
1673IDropTarget* CRichEditUI::GetTxDropTarget()
1674{
1675 IDropTarget *pdt = NULL;
1676 if( m_pTwh->GetTextServices()->TxGetDropTarget(&pdt) == NOERROR ) return pdt;
1677 return NULL;
1678}
1679
1680bool CRichEditUI::OnTxViewChanged()
1681{

Callers

nothing calls this directly

Calls 1

GetTextServicesMethod · 0.80

Tested by

no test coverage detected