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

Method WindowClass

TranslucentTB/windows/windowclass.hpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 void ChangeIcon(Window window, const wchar_t *iconResource);
30
31 inline WindowClass(const WindowClass &) = delete;
32 inline WindowClass &operator =(const WindowClass &) = delete;
33
34 // NOTE: these operators can only be used BEFORE making a window.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected