inline widget for listbox is ready to launch

This commit is contained in:
Jinhao
2015-07-06 03:27:41 +08:00
parent 6c554ceab2
commit a6455bcbe0
2 changed files with 42 additions and 153 deletions

View File

@@ -32,6 +32,9 @@ namespace nana
/// The destructor
virtual ~inline_widget_indicator() = default;
/// Returns the host widget of the indicator
virtual ::nana::widget& host() const = 0;
/// Modifies the value of a item specified by pos
virtual void modify(index_type pos, const value_type&) const = 0;