MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetText

Method SetText

Libraries/TabbingFramework/CustomTabCtrl.h:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 return (LPCTSTR)m_sText;
450 }
451 bool SetText(LPCTSTR sNewText)
452 {
453 m_sText = sNewText;
454 return true;
455 }
456
457 _CSTRING_NS::CString GetToolTip() const
458 {

Callers 7

InsertItemFunction · 0.80
AddTabMethod · 0.80
UpdateTabTextMethod · 0.80
LoadSettingsMethod · 0.80
AddFilterViewMethod · 0.80
SetModifiedMarkMethod · 0.80
OnViewFilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected