GTreeView: Support navigating the tree with the up/down keys.

This commit is contained in:
Andreas Kling 2019-04-02 03:18:26 +02:00
commit b797458962
Notes: sideshowbarker 2024-07-19 14:51:25 +09:00
2 changed files with 41 additions and 0 deletions

View file

@ -13,6 +13,7 @@ public:
protected:
virtual void paint_event(GPaintEvent&) override;
virtual void mousedown_event(GMouseEvent&) override;
virtual void keydown_event(GKeyEvent&) override;
virtual void did_update_selection() override;
virtual void did_update_model() override;