add selection_box to listbox scheme

This commit is contained in:
Jinhao
2017-01-25 23:25:56 +08:00
parent fdf3753961
commit 8e53602c79
2 changed files with 12 additions and 11 deletions

View File

@@ -1179,6 +1179,8 @@ namespace nana
color_proxy item_selected{ static_cast<color_rgb>(0xD5EFFC) };
color_proxy item_highlighted{ static_cast<color_rgb>(0xD5EFFC) };
color_proxy selection_box{ static_cast<color_rgb>(0x3399FF) }; ///< Color of selection box border.
/// The max column width which is generated by fit_content is allowed. It is ignored when it is 0, or a max value is passed to fit_content.
unsigned max_fit_content{ 0 };