LibGUI: AbstractScrollableWidget GML/JSON

This commit is contained in:
FrHun 2021-09-19 00:59:52 +02:00 committed by Andreas Kling
commit 54f459e020
Notes: sideshowbarker 2024-07-18 01:31:07 +09:00
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();