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

Method RemoveTab

GUI/TabbedFiles.cpp:299–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void TabbedFiles::RemoveTab(HWND wnd, unsigned int tab)
300{
301 TabbedFilesData *data = GetData(wnd);
302
303 data->selectedTab = tab;
304 OnCommand(wnd, data->closeButton);
305}
306
307unsigned int TabbedFiles::GetCurrentTab(HWND wnd)
308{

Callers

nothing calls this directly

Calls 2

OnCommandFunction · 0.85
GetDataFunction · 0.70

Tested by

no test coverage detected