mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibGUI: Add a Widget::did_layout() that gets called after layout
This will allow widgets to implement post-layout behaviors.
This commit is contained in:
@@ -283,6 +283,7 @@ protected:
|
||||
|
||||
virtual void custom_layout() {}
|
||||
virtual void did_change_font() {}
|
||||
virtual void did_layout() {}
|
||||
virtual void paint_event(PaintEvent&);
|
||||
virtual void resize_event(ResizeEvent&);
|
||||
virtual void show_event(ShowEvent&);
|
||||
|
||||
Reference in New Issue
Block a user