Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InsertItem
Function · 0.80
AddTab
Method · 0.80
UpdateTabText
Method · 0.80
LoadSettings
Method · 0.80
AddFilterView
Method · 0.80
SetModifiedMark
Method · 0.80
OnViewFilter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected