Added toolbar.clear()

This commit is contained in:
besh81
2018-03-18 10:48:17 +01:00
parent 592da3fe4f
commit fcb5c81631
2 changed files with 17 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ namespace nana
void separate(); ///< Adds a separator.
void append(const ::std::string& text, const nana::paint::image& img); ///< Adds a control button.
void append(const ::std::string& text); ///< Adds a control button.
void clear(); ///< Removes all control buttons and separators.
bool enable(size_type index) const;
void enable(size_type index, bool enable_state);
void scale(unsigned s); ///< Sets the scale of control button.