Added listbox::clear_headers() and menubar::clear()

Added listbox::clear_headers() to remove all the columns (included categories and items) from the listbox
Added menubar::clear() to remove all the items from menubar
This commit is contained in:
besh81 2018-02-26 15:45:31 +01:00
parent dc23624ee6
commit 4c200e68a5

View File

@ -5328,6 +5328,7 @@ namespace nana
{
internal_scope_guard lock;
auto & ess = _m_ess();
ess.lister.erase();
ess.header.clear();
ess.update();
}