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:
parent
6673284b06
commit
b797458962
2 changed files with 41 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue