MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / RegisterTaskbar

Method RegisterTaskbar

ExplorerTAP/taskbarappearanceservice.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void TaskbarAppearanceService::RegisterTaskbar(InstanceHandle frameHandle, HWND window)
232{
233 m_Taskbars.insert_or_assign(frameHandle, TaskbarInfo { { }, { }, window });
234}
235
236void TaskbarAppearanceService::RegisterTaskbarBackground(InstanceHandle frameHandle, wux::Shapes::Shape element)
237{

Callers 1

OnVisualTreeChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected