Files
ladybird/Libraries/LibGUI
Andreas Kling ce44d9a32f GWidget: Add a flag to ignore greediness in GWidget::hit_test()
Normally if a GWidget has the is_greedy_for_hits() flag set, all hit
tests will hit the widget itself instead of its descendants.

Sometimes it may be desirable to override this behavior, and so this
flag now allows you to do that.
2019-09-17 22:17:28 +02:00
..
2019-07-25 19:49:28 +02:00
2019-07-11 15:49:47 +02:00
2019-07-25 19:49:28 +02:00
2019-07-31 07:07:59 +02:00