mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibGUI: AbstractScrollableWidget GML/JSON
This commit is contained in:
parent
7110afe9bf
commit
54f459e020
Notes:
sideshowbarker
2024-07-18 01:31:07 +09:00
Author: https://github.com/frhun
Commit: 54f459e020
Pull-request: https://github.com/SerenityOS/serenity/pull/10246
Issue: https://github.com/SerenityOS/serenity/issues/5887
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
2 changed files with 53 additions and 0 deletions
|
@ -27,6 +27,7 @@ protected:
|
|||
private:
|
||||
void update_widget_size();
|
||||
void update_widget_position();
|
||||
virtual bool load_from_json(const JsonObject&, RefPtr<Core::Object> (*unregistered_child_handler)(const String&)) override;
|
||||
|
||||
ScrollableContainerWidget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue