mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
LibGUI: Allow moving the TableView selection horizontally with keyboard
This commit is contained in:
parent
e5a6e297bf
commit
2cbe290930
Notes:
sideshowbarker
2024-07-19 03:12:14 +09:00
Author: https://github.com/awesomekling
Commit: 2cbe290930
3 changed files with 13 additions and 5 deletions
|
@ -78,7 +78,7 @@ public:
|
|||
|
||||
virtual void select_all() override;
|
||||
|
||||
void move_selection(int steps);
|
||||
void move_selection(int vertical_steps, int horizontal_steps);
|
||||
|
||||
protected:
|
||||
virtual ~AbstractTableView() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue