1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

LibGUI: AbstractScrollableWidget GML/JSON

This commit is contained in:
FrHun 2021-09-19 00:59:52 +02:00 committed by Andreas Kling
parent 7110afe9bf
commit 54f459e020
2 changed files with 53 additions and 0 deletions

View file

@ -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();