add tip string and mask character for inputbox::text

This commit is contained in:
Jinhao
2015-02-17 23:14:39 +08:00
parent 0ffa3e54ca
commit ef705bbb5a
2 changed files with 25 additions and 2 deletions

View File

@@ -149,6 +149,11 @@ namespace nana
~text();
void tip_string(std::wstring tip);
void tip_string(std::string tip_utf8);
void mask_character(wchar_t ch);
::nana::string value() const;
private:
//Implementation of abstract_content