1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00

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
parent 6673284b06
commit b797458962
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;