MCPcopy 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

604namespace 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

OnCreateFunction · 0.70
OnDestroyFunction · 0.70
GetFirstLineMethod · 0.70
GetLineMethod · 0.70
BeginStyleUpdateMethod · 0.70
SetStyleToSelectionMethod · 0.70
EndStyleUpdateMethod · 0.70
SetStyleToLineMethod · 0.70
SetLineExtraMethod · 0.70
ResetLineStyleMethod · 0.70
GetCurrentLineMethod · 0.70
ScrollToLineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected