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:
parent
7110afe9bf
commit
54f459e020
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