Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/7kt4/BasicThemer5
/ functions
Functions
9 in github.com/7kt4/BasicThemer5
⨍
Functions
9
◇
Types & classes
5
↓ 4 callers
Function
DwmSetWindowAttribute
(hWnd win.HWND, dwAttribute DWMWINDOWATTRIBUTE, pvAttribute *DWMNCRENDERINGPOLICY, cbAttribute uint32)
dwmapi.go:60
↓ 2 callers
Function
getDWMactive
(hWnd win.HWND)
main.go:48
↓ 2 callers
Function
setActiveWindowWinEventHook
setActiveWindowWinEventHook is for informing windows which function should be called whenever a foreground window has changed. https://docs.microsoft.
newActiveWindow.go:92
↓ 1 callers
Function
DwmGetWindowAttribute
(hWnd win.HWND, dwAttribute DWMWINDOWATTRIBUTE, pvAttribute *DWMNCRENDERINGPOLICY, cbAttribute uint32)
dwmapi.go:69
↓ 1 callers
Function
EnumWindows
(enumFunc uintptr, lparam uintptr)
user32.go:12
↓ 1 callers
Function
GetAllWindows
()
main.go:37
↓ 1 callers
Function
startListenerMessageLoop
()
newActiveWindow.go:64
Function
main
()
main.go:11
Method
newActiveWindowCallback
newActiveWindowCallback is passed to Windows to be called whenever the active window changes. When it is called it will attempt to find the process of
newActiveWindow.go:30