MCPcopy 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
307unsigned int TabbedFiles::GetCurrentTab(HWND wnd)
308{
309 TabbedFilesData *data = GetData(wnd);
310
311 return data->selectedTab;
312}
313
314void TabbedFiles::SetCurrentTab(HWND wnd, unsigned int id)
315{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected