Files
ladybird/Libraries/LibGUI
Andreas Kling 0b9d765f6b LibGUI: Add AbstractView::move_cursor() and share some movement logic
A view can now be told to move its cursor in one of multiple directions
as specified by the CursorMovement enum.

View subclasses can override move_cursor(CursorMovement) to implement
their own cursor behavior. By default, AbstractView::move_cursor() is
a no-op.

This patch improves code sharing between TableView and TreeView. :^)
2020-08-27 17:47:19 +02:00
..
2020-08-25 09:46:28 +02:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-05-01 16:58:18 +02:00
2020-07-28 16:29:44 +02:00
2020-07-28 16:29:44 +02:00
2020-04-21 16:19:18 +02:00
2020-02-16 09:41:56 +01:00