introduce cat_proxy::select(bool sel)

This commit is contained in:
qPCR4vir
2015-05-05 14:56:15 +02:00
parent 7863dcdba6
commit 6fd15140a9
2 changed files with 39 additions and 21 deletions

View File

@@ -374,6 +374,9 @@ namespace nana
cat_proxy& text(nana::string);
nana::string text() const;
cat_proxy & select(bool);
bool selected() const;
/// Behavior of a container
void push_back(nana::string);