Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetData
Function
GetData
GUI/RichTextarea.cpp:606–609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
604
namespace RichTextarea
605
{
606
TextareaData* GetData(HWND wnd)
607
{
608
return (TextareaData*)(intptr_t)GetWindowLongPtr(wnd, 0);
609
}
610
611
void CreateShared(HWND wnd)
612
{
Callers
15
OnCreate
Function · 0.70
OnDestroy
Function · 0.70
GetFirstLine
Method · 0.70
GetLine
Method · 0.70
BeginStyleUpdate
Method · 0.70
SetStyleToSelection
Method · 0.70
EndStyleUpdate
Method · 0.70
SetStyleToLine
Method · 0.70
SetLineExtra
Method · 0.70
ResetLineStyle
Method · 0.70
GetCurrentLine
Method · 0.70
ScrollToLine
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected