add selection_box to listbox scheme
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user