Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
namespace 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
CursorToIndex
Function · 0.70
OnCreate
Function · 0.70
OnPaint
Function · 0.70
OnSize
Function · 0.70
OnMouseLeft
Function · 0.70
OnMouseMove
Function · 0.70
OnCommand
Function · 0.70
AddTab
Method · 0.70
SetNewTabWindow
Method · 0.70
RemoveTab
Method · 0.70
GetCurrentTab
Method · 0.70
SetCurrentTab
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected