FIX: a +1 error during navigation of listbox with categories

This commit is contained in:
qPCR4vir
2015-05-05 13:57:44 +02:00
parent bcb2d5b6fc
commit d4d1a79af8
2 changed files with 9 additions and 8 deletions

View File

@@ -366,6 +366,7 @@ namespace nana
return iter;
}
/// Append an item at abs end of the category, using the strins to set the columns (cells) of the new item.
void append(std::initializer_list<nana::string>);
size_type columns() const;