Keyboard navigation in File Browser - Home and End shortcuts (issue 1919, on behalf of Adam Reichold)

This commit is contained in:
michael
2013-07-04 14:27:56 -04:00
parent 01414d0550
commit 84ee2bc18a
3 changed files with 150 additions and 12 deletions

View File

@@ -78,8 +78,10 @@ class ThumbBrowserBase : public Gtk::VBox {
void scroll (int direction);
void scrollPage (int direction);
void selectPrev(int distance, bool enlarge);
void selectNext(int distance, bool enlarge);
void selectPrev (int distance, bool enlarge);
void selectNext (int distance, bool enlarge);
void selectFirst (bool enlarge);
void selectLast (bool enlarge);
protected: