cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.3k stars 331 forks source link

listbox scheme additions (item border & category) #645

Closed ErrorFlynn closed 2 years ago

ErrorFlynn commented 2 years ago

Currently, the color of the item selection border, and the category foreground color are hard-coded, limiting the ways in which the listbox appearance can be changed (for example, a dark background can't be used). This PR solves the issue by making those colors modifiable by the user.

cnjinhao commented 2 years ago

Thanks for your PR