mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
GSpinBox: Add class_name() override.
This commit is contained in:
parent
1598a0a5cb
commit
5b0c0847ef
Notes:
sideshowbarker
2024-07-19 14:12:18 +09:00
Author: https://github.com/awesomekling
Commit: 5b0c0847ef
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ public:
|
|||
|
||||
Function<void(int value)> on_change;
|
||||
|
||||
virtual const char* class_name() const override { return "GSpinBox"; }
|
||||
|
||||
protected:
|
||||
virtual void resize_event(GResizeEvent&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue