add column_resizable and column_movable to listbox

This commit is contained in:
Jinhao
2018-11-07 06:18:56 +08:00
parent ee419c8885
commit b3eacfddd0
2 changed files with 67 additions and 47 deletions

View File

@@ -1461,6 +1461,11 @@ the nana::detail::basic_window member pointer scheme
/// Returns the number of columns
size_type column_size() const;
void column_resizable(bool resizable);
bool column_resizable() const;
void column_movable(bool);
bool column_movable() const;
/// Returns a rectangle in where the content is drawn.
rectangle content_area() const;