fix no response of Delete key

This commit is contained in:
Jinhao
2015-03-25 01:44:56 +08:00
parent 58b206cb93
commit 9a5dfe7f88
4 changed files with 16 additions and 8 deletions

View File

@@ -157,7 +157,8 @@ namespace nana{ namespace widgets
void set_accept(std::function<bool(char_type)>);
void set_accept(accepts);
bool respone_keyboard(char_type);
bool respone_char(char_type);
bool respone_key(char_type);
void typeface_changed();
@@ -227,7 +228,6 @@ namespace nana{ namespace widgets
void del();
void backspace(bool record_undo = true);
void undo(bool reverse);
bool move(nana::char_t);
void move_ns(bool to_north); //Moves up and down
void move_left();
void move_right();