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

Method SetNewTabWindow

GUI/TabbedFiles.cpp:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void TabbedFiles::SetNewTabWindow(HWND wnd, HWND newTab)
291{
292 TabbedFilesData *data = GetData(wnd);
293
294 data->newTab = newTab;
295 data->tabInfo[data->tabCount].name = data->tabInfo[data->tabCount].last = "+";
296 data->tabInfo[data->tabCount].window = newTab;
297}
298
299void TabbedFiles::RemoveTab(HWND wnd, unsigned int tab)
300{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected