diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-06 22:30:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-06 22:30:35 +0000 |
| commit | 8236e321a4f437af9eaa6098f11930b233a9dfe8 (patch) | |
| tree | bd4a2dcd9e846ba720bf332c3eb9b04a1bc80773 /src/wx/audio_mapping_view.h | |
| parent | 34b40f12d7eec52862999da9e4417fc8f6e0f9af (diff) | |
Tooltips for audio matrix.
Diffstat (limited to 'src/wx/audio_mapping_view.h')
| -rw-r--r-- | src/wx/audio_mapping_view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h index 31b6e6e3c..26f1746e0 100644 --- a/src/wx/audio_mapping_view.h +++ b/src/wx/audio_mapping_view.h @@ -35,8 +35,10 @@ public: private: void left_click (wxGridEvent &); void right_click (wxGridEvent &); + void mouse_moved (wxMouseEvent &); void set_column_labels (); void update_cells (); + void map_changed (); void off (); void full (); @@ -50,4 +52,7 @@ private: wxMenu* _menu; int _menu_row; int _menu_column; + + int _last_tooltip_row; + int _last_tooltip_column; }; |
