block 'a' to 'z', '+' and '-' for numeric input fields, Issue 2808

This commit is contained in:
Ingo
2015-06-13 14:58:49 +02:00
parent 6ef1edbe8a
commit 4f81331ea7
4 changed files with 36 additions and 16 deletions

View File

@@ -262,6 +262,7 @@ public:
class MyHScale : public Gtk::HScale {
bool on_scroll_event (GdkEventScroll* event);
bool on_key_press_event (GdkEventKey* event);
};
/**