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

Method SetOnCloseTab

GUI/TabbedFiles.cpp:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void TabbedFiles::SetOnCloseTab(HWND wnd, void (*OnClose)(TabInfo &tab))
335{
336 TabbedFilesData *data = GetData(wnd);
337
338 data->closeHandler = OnClose;
339}
340
341void TabbedFiles::RegisterTabbedFiles(const char *className, HINSTANCE hInstance)
342{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected