lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.84k stars 884 forks source link

Add support for Dynamic Annotation #616

Closed rozmansi closed 5 years ago

rozmansi commented 5 years ago

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

Requires: https://github.com/lxn/win/pull/92