code review

This commit is contained in:
Jinhao
2015-10-07 18:01:46 +08:00
parent c6f13c1748
commit 573a5bee86
18 changed files with 36 additions and 333 deletions

View File

@@ -87,9 +87,6 @@ namespace drawerbase
void add(checkbox&);
std::size_t checked() const; ///< Retrieves the index of the checkbox which is checked.
std::size_t size() const;
private:
//void _m_checked(const arg_click&); //deprecated
//void _m_destroy(const arg_destroy&); //deprecated
private:
std::vector<element_tag> ui_container_;
};