lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.19k stars 312 forks source link

Add support for Dynamic Annotation #92

Closed rozmansi closed 4 years ago

rozmansi commented 4 years ago

Dynamic Annotation provides an API to annotate controls to make them accessibility friendly. While stock controls are auto-annotated by the Windows, while custom controls need to be (re)annotated to make screen readers read them reasonably.

Changes in this PR from #89: