Merge branch 'hotfix-1.5' into develop

This commit is contained in:
Jinhao
2017-05-09 04:50:04 +08:00
2 changed files with 13 additions and 8 deletions

View File

@@ -230,7 +230,10 @@ namespace nana{ namespace widgets
void _m_reset_content_size(bool calc_lines = false);
void _m_reset();
//Inserts text at position where the caret is
::nana::upoint _m_put(::std::wstring);
::nana::upoint _m_erase_select();
::std::wstring _m_make_select_string() const;