Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetCurrentTab
Method
GetCurrentTab
GUI/TabbedFiles.cpp:307–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
unsigned int TabbedFiles::GetCurrentTab(HWND wnd)
308
{
309
TabbedFilesData *data = GetData(wnd);
310
311
return data->selectedTab;
312
}
313
314
void TabbedFiles::SetCurrentTab(HWND wnd, unsigned int id)
315
{
Callers
nothing calls this directly
Calls
1
GetData
Function · 0.70
Tested by
no test coverage detected