diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-13 18:46:17 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-13 18:46:17 +0100 |
commit | d55de707c3352a468a227d69920a56ef2550a7cc (patch) | |
tree | 3f7ac91962d7e09328fb24d4eb52707a3f6e7f22 /plugingui/guievent.h | |
parent | c17046353762a0893914e671f1f19eadce6f94f5 (diff) |
Added path lineedit and drive selection (win32) to filebrowser. Made a lot of small layout tweaks.
Diffstat (limited to 'plugingui/guievent.h')
-rw-r--r-- | plugingui/guievent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/guievent.h b/plugingui/guievent.h index df2db26..4732101 100644 --- a/plugingui/guievent.h +++ b/plugingui/guievent.h @@ -116,6 +116,9 @@ public: KEY_BACKSPACE = 6, KEY_HOME = 7, KEY_END = 8, + KEY_PGDOWN = 9, + KEY_PGUP = 10, + KEY_ENTER = 11, KEY_CHARACTER = 0xffff // character data is stored in 'text' }; }; |