MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetData

Function GetData

GUI/TabbedFiles.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace TabbedFiles
37{
38 TabbedFilesData* GetData(HWND wnd)
39 {
40 return (TabbedFilesData*)(intptr_t)GetWindowLongPtr(wnd, 0);
41 }
42
43 unsigned int CursorToIndex(HWND wnd, unsigned int x)
44 {

Callers 14

CursorToIndexFunction · 0.70
OnCreateFunction · 0.70
OnPaintFunction · 0.70
OnSizeFunction · 0.70
OnMouseLeftFunction · 0.70
OnMouseMoveFunction · 0.70
OnCommandFunction · 0.70
AddTabMethod · 0.70
SetNewTabWindowMethod · 0.70
RemoveTabMethod · 0.70
GetCurrentTabMethod · 0.70
SetCurrentTabMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected