fix no response of Delete

This commit is contained in:
Jinhao
2015-03-25 01:56:48 +08:00
parent 9a5dfe7f88
commit 6a0fd78595
5 changed files with 28 additions and 29 deletions

View File

@@ -157,8 +157,8 @@ namespace nana{ namespace widgets
void set_accept(std::function<bool(char_type)>);
void set_accept(accepts);
bool respone_char(char_type);
bool respone_key(char_type);
bool respond_char(char_type);
bool respond_key(char_type);
void typeface_changed();