spyoungtech / ahk

Python wrapper for AutoHotkey with full type support. Harness the automation power of AutoHotkey with the beauty of Python.
MIT License
887 stars 66 forks source link

support for extending window classes #330

Closed spyoungtech closed 4 months ago

spyoungtech commented 4 months ago

Adds support for extensions to add methods to Window and AsyncWindow classes via the new register_window_method method.

coveralls commented 4 months ago

Coverage Status

coverage: 76.659% (-0.4%) from 77.031% when pulling 46e51a4ef293393f88e6f811420cf7fcc91aaf87 on window-extensions into 4b00c59bd4dcf3f43e10bc849944ddc5a1732345 on main.